home / tests

testcases

32 rows where testsuite_id = 2101

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1151491 - 2101 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.004835 0 0
1151492 - 2101 DatabaseIntegrationTest testValidCovers 0.00148 0 0
1151493 - 2101 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.017808 0 0
1151494 - 2101 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.005099 0 0
1151495 - 2101 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004923 0 0
1151496 - 2101 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.005512 0 0
1151497 - 2101 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001399 0 0
1151498 - 2101 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001289 0 0
1151499 - 2101 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001226 0 0
1151500 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.001409 0 0
1151501 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001601 0 0
1151502 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001185 0 0
1151503 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001248 0 0
1151504 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001271 0 0
1151505 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001315 0 0
1151506 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001355 0 0
1151507 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.019701 0 0
1151508 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.00141 0 0
1151509 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001388 0 0
1151510 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.004511 0 0
1151511 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.013069 0 0
1151512 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001628 0 0
1151513 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001496 0 0
1151514 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002674 0 0
1151515 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004749 0 0
1151516 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001552 0 0
1151517 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001266 0 0
1151518 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.015137 0 0
1151519 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.00203 0 0
1151520 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001408 0 0
1151521 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001346 0 0
1151522 - 2101 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001595 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 6998.963ms