home / tests

testcases

32 rows where testsuite_id = 2144

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1321395 - 2144 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.004507 0 0
1321396 - 2144 DatabaseIntegrationTest testValidCovers 0.001212 0 0
1321397 - 2144 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.012844 0 0
1321398 - 2144 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.00417 0 0
1321399 - 2144 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.003959 0 0
1321400 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.005021 0 0
1321401 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001402 0 0
1321402 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001427 0 0
1321403 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001721 0 0
1321404 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001229 0 0
1321405 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001271 0 0
1321406 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001243 0 0
1321407 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.016979 0 0
1321408 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001525 0 0
1321409 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001357 0 0
1321410 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.004237 0 0
1321411 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.01016 0 0
1321412 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001626 0 0
1321413 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001747 0 0
1321414 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002544 0 0
1321415 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.005009 0 0
1321416 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001409 0 0
1321417 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001054 0 0
1321418 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.004468 0 0
1321419 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001507 0 0
1321420 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001105 0 0
1321421 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001083 0 0
1321422 - 2144 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001847 0 0
1321423 - 2144 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001469 0 0
1321424 - 2144 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001353 0 0
1321425 - 2144 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001166 0 0
1321426 - 2144 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001026 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 5896.799ms