home / tests

testcases

32 rows where testsuite_id = 37344

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1781132 - 37344 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003519 0 0
1781133 - 37344 DatabaseIntegrationTest testValidCovers 0.001122 0 0
1781134 - 37344 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.012677 0 0
1781135 - 37344 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.003858 0 0
1781136 - 37344 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.003855 0 0
1781137 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.004245 0 0
1781138 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001042 0 0
1781139 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001062 0 0
1781140 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001296 0 0
1781141 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.000912 0 0
1781142 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001024 0 0
1781143 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.000959 0 0
1781144 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.015784 0 0
1781145 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001438 0 0
1781146 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001012 0 0
1781147 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.006867 0 0
1781148 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.022116 0 0
1781149 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.002856 0 0
1781150 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.002013 0 0
1781151 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002409 0 0
1781152 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004785 0 0
1781153 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001239 0 0
1781154 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.000975 0 0
1781155 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.004384 0 0
1781156 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001349 0 0
1781157 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001001 0 0
1781158 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001015 0 0
1781159 - 37344 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001611 0 0
1781160 - 37344 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001351 0 0
1781161 - 37344 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001264 0 0
1781162 - 37344 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001136 0 0
1781163 - 37344 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.000871 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE testcases (
            id INTEGER PRIMARY KEY,
            testsuite_id INTEGER NOT NULL,
            classname TEXT,
            name TEXT,
            time REAL,
            failure INTEGER NOT NULL,
            skipped INTEGER NOT NULL,
            CHECK (failure IN (0, 1)),
            CHECK (skipped IN (0, 1)),
            FOREIGN KEY(testsuite_id) REFERENCES testsuites(id)
        );
Powered by Datasette · Queries took 5063.33ms