home / tests

testcases

32 rows where testsuite_id = 2035

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1036361 - 2035 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003572 0 0
1036362 - 2035 DatabaseIntegrationTest testValidCovers 0.001152 0 0
1036363 - 2035 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.012254 0 0
1036364 - 2035 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.003838 0 0
1036365 - 2035 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.003708 0 0
1036366 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.004102 0 0
1036367 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.00104 0 0
1036368 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.000956 0 0
1036369 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001324 0 0
1036370 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.000908 0 0
1036371 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.000991 0 0
1036372 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.000971 0 0
1036373 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.016748 0 0
1036374 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001203 0 0
1036375 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.00105 0 0
1036376 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.003987 0 0
1036377 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.009568 0 0
1036378 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001269 0 0
1036379 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.00155 0 0
1036380 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002216 0 0
1036381 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004411 0 0
1036382 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001208 0 0
1036383 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.000896 0 0
1036384 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.004163 0 0
1036385 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001298 0 0
1036386 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001018 0 0
1036387 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001005 0 0
1036388 - 2035 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001647 0 0
1036389 - 2035 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.0011 0 0
1036390 - 2035 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001067 0 0
1036391 - 2035 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.000953 0 0
1036392 - 2035 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.00084 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 5603.1ms