home / tests

testcases

32 rows where testsuite_id = 2027

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1022813 - 2027 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003924 0 0
1022814 - 2027 DatabaseIntegrationTest testValidCovers 0.001187 0 0
1022815 - 2027 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.013104 0 0
1022816 - 2027 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004443 0 0
1022817 - 2027 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.005382 0 0
1022818 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.004297 0 0
1022819 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001121 0 0
1022820 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001043 0 0
1022821 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001296 0 0
1022822 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001048 0 0
1022823 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001113 0 0
1022824 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001067 0 0
1022825 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.017266 0 0
1022826 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001355 0 0
1022827 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001263 0 0
1022828 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.003842 0 0
1022829 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.007803 0 0
1022830 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001871 0 0
1022831 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001235 0 0
1022832 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002286 0 0
1022833 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004205 0 0
1022834 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001279 0 0
1022835 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.00092 0 0
1022836 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.004139 0 0
1022837 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001433 0 0
1022838 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001135 0 0
1022839 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001191 0 0
1022840 - 2027 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001347 0 0
1022841 - 2027 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001347 0 0
1022842 - 2027 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001311 0 0
1022843 - 2027 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001125 0 0
1022844 - 2027 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001032 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 5616.118ms