home / tests

testcases

32 rows where testsuite_id = 2079

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1114216 - 2079 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003815 0 0
1114217 - 2079 DatabaseIntegrationTest testValidCovers 0.001079 0 0
1114218 - 2079 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.013043 0 0
1114219 - 2079 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004383 0 0
1114220 - 2079 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004199 0 0
1114221 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.00477 0 0
1114222 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001331 0 0
1114223 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.00134 0 0
1114224 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001322 0 0
1114225 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001981 0 0
1114226 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001425 0 0
1114227 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001685 0 0
1114228 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.018631 0 0
1114229 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001898 0 0
1114230 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001808 0 0
1114231 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.006438 0 0
1114232 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.02114 0 0
1114233 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001857 0 0
1114234 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.002142 0 0
1114235 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002788 0 0
1114236 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.007121 0 0
1114237 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.003621 0 0
1114238 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.002352 0 0
1114239 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.005951 0 0
1114240 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001844 0 0
1114241 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001399 0 0
1114242 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001353 0 0
1114243 - 2079 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001867 0 0
1114244 - 2079 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001555 0 0
1114245 - 2079 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001411 0 0
1114246 - 2079 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001338 0 0
1114247 - 2079 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001105 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 5458.465ms