home / tests

testcases

32 rows where testsuite_id = 2065

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1090507 - 2065 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.00403 0 0
1090508 - 2065 DatabaseIntegrationTest testValidCovers 0.001209 0 0
1090509 - 2065 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.013193 0 0
1090510 - 2065 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004174 0 0
1090511 - 2065 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004266 0 0
1090512 - 2065 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.004818 0 0
1090513 - 2065 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001284 0 0
1090514 - 2065 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001126 0 0
1090515 - 2065 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001039 0 0
1090516 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.001221 0 0
1090517 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001064 0 0
1090518 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.000986 0 0
1090519 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.000979 0 0
1090520 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.00102 0 0
1090521 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001045 0 0
1090522 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001036 0 0
1090523 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.01751 0 0
1090524 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001246 0 0
1090525 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.00185 0 0
1090526 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.003684 0 0
1090527 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.010132 0 0
1090528 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001529 0 0
1090529 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001223 0 0
1090530 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002564 0 0
1090531 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.00539 0 0
1090532 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001375 0 0
1090533 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.000981 0 0
1090534 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.015408 0 0
1090535 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001762 0 0
1090536 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001428 0 0
1090537 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001346 0 0
1090538 - 2065 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001634 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 5465.235ms