home / tests

testcases

32 rows where testsuite_id = 2138

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1311222 - 2138 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.00423 0 0
1311223 - 2138 DatabaseIntegrationTest testValidCovers 0.001275 0 0
1311224 - 2138 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.013684 0 0
1311225 - 2138 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004382 0 0
1311226 - 2138 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004316 0 0
1311227 - 2138 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.004425 0 0
1311228 - 2138 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001296 0 0
1311229 - 2138 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001007 0 0
1311230 - 2138 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.000991 0 0
1311231 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.001446 0 0
1311232 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.0012 0 0
1311233 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001084 0 0
1311234 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001 0 0
1311235 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001073 0 0
1311236 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001183 0 0
1311237 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001162 0 0
1311238 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.019198 0 0
1311239 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001608 0 0
1311240 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001447 0 0
1311241 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.003831 0 0
1311242 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.009636 0 0
1311243 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001671 0 0
1311244 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001329 0 0
1311245 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002555 0 0
1311246 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.00507 0 0
1311247 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001406 0 0
1311248 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001021 0 0
1311249 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.015089 0 0
1311250 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001691 0 0
1311251 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001157 0 0
1311252 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.00112 0 0
1311253 - 2138 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001347 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 5743.872ms