home / tests

testcases

32 rows where testsuite_id = 2128

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1294273 - 2128 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.002974 0 0
1294274 - 2128 DatabaseIntegrationTest testValidCovers 0.001041 0 0
1294275 - 2128 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.012916 0 0
1294276 - 2128 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004043 0 0
1294277 - 2128 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004779 0 0
1294278 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.004675 0 0
1294279 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001322 0 0
1294280 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001282 0 0
1294281 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001609 0 0
1294282 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001238 0 0
1294283 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001253 0 0
1294284 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.00128 0 0
1294285 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.016227 0 0
1294286 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001509 0 0
1294287 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001309 0 0
1294288 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.00386 0 0
1294289 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.007503 0 0
1294290 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001678 0 0
1294291 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001826 0 0
1294292 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002467 0 0
1294293 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004089 0 0
1294294 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001432 0 0
1294295 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001042 0 0
1294296 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.004044 0 0
1294297 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.00152 0 0
1294298 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001148 0 0
1294299 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001129 0 0
1294300 - 2128 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.00182 0 0
1294301 - 2128 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001488 0 0
1294302 - 2128 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.00137 0 0
1294303 - 2128 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001255 0 0
1294304 - 2128 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.00115 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 6971.158ms