home / tests

testcases

32 rows where testsuite_id = 2019

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
961579 - 2019 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003697 0 0
961580 - 2019 DatabaseIntegrationTest testValidCovers 0.001021 0 0
961581 - 2019 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.01301 0 0
961582 - 2019 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004157 0 0
961583 - 2019 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.003896 0 0
961584 - 2019 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.004474 0 0
961585 - 2019 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001237 0 0
961586 - 2019 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001222 0 0
961587 - 2019 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001029 0 0
961588 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.00154 0 0
961589 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001293 0 0
961590 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001191 0 0
961591 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001226 0 0
961592 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001186 0 0
961593 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001804 0 0
961594 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001317 0 0
961595 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.018959 0 0
961596 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001475 0 0
961597 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001322 0 0
961598 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.00402 0 0
961599 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.011063 0 0
961600 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001541 0 0
961601 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001277 0 0
961602 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002429 0 0
961603 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004758 0 0
961604 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001262 0 0
961605 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001046 0 0
961606 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.02146 0 0
961607 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.002399 0 0
961608 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001475 0 0
961609 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001117 0 0
961610 - 2019 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001269 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 7357.115ms