home / tests

testcases

32 rows where testsuite_id = 2050

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1063443 - 2050 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003971 0 0
1063444 - 2050 DatabaseIntegrationTest testValidCovers 0.001056 0 0
1063445 - 2050 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.013532 0 0
1063446 - 2050 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.003982 0 0
1063447 - 2050 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.003809 0 0
1063448 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.004597 0 0
1063449 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001257 0 0
1063450 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001082 0 0
1063451 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001499 0 0
1063452 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.000993 0 0
1063453 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001134 0 0
1063454 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001073 0 0
1063455 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.017988 0 0
1063456 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001297 0 0
1063457 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001187 0 0
1063458 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.004786 0 0
1063459 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.011774 0 0
1063460 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001725 0 0
1063461 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001749 0 0
1063462 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002501 0 0
1063463 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.005391 0 0
1063464 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001561 0 0
1063465 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001198 0 0
1063466 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.005041 0 0
1063467 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001485 0 0
1063468 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001077 0 0
1063469 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001047 0 0
1063470 - 2050 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001724 0 0
1063471 - 2050 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001286 0 0
1063472 - 2050 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001155 0 0
1063473 - 2050 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001063 0 0
1063474 - 2050 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.000913 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 4905.021ms