home / tests

testcases

32 rows where testsuite_id = 2059

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1080346 - 2059 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.004266 0 0
1080347 - 2059 DatabaseIntegrationTest testValidCovers 0.00116 0 0
1080348 - 2059 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.016739 0 0
1080349 - 2059 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004842 0 0
1080350 - 2059 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.00447 0 0
1080351 - 2059 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.006267 0 0
1080352 - 2059 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001545 0 0
1080353 - 2059 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.00136 0 0
1080354 - 2059 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001249 0 0
1080355 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.001905 0 0
1080356 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001466 0 0
1080357 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001838 0 0
1080358 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001863 0 0
1080359 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001545 0 0
1080360 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001569 0 0
1080361 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001461 0 0
1080362 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.023276 0 0
1080363 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.002146 0 0
1080364 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001479 0 0
1080365 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.0047 0 0
1080366 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.012231 0 0
1080367 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.002086 0 0
1080368 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001788 0 0
1080369 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.003267 0 0
1080370 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.00621 0 0
1080371 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001778 0 0
1080372 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001304 0 0
1080373 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.017677 0 0
1080374 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.002164 0 0
1080375 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001573 0 0
1080376 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001584 0 0
1080377 - 2059 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001807 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 5564.296ms