home / tests

testcases

32 rows where testsuite_id = 2115

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1222902 - 2115 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.004003 0 0
1222903 - 2115 DatabaseIntegrationTest testValidCovers 0.001279 0 0
1222904 - 2115 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.013677 0 0
1222905 - 2115 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004145 0 0
1222906 - 2115 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.00398 0 0
1222907 - 2115 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.006031 0 0
1222908 - 2115 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.00124 0 0
1222909 - 2115 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001084 0 0
1222910 - 2115 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.000987 0 0
1222911 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.001147 0 0
1222912 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001019 0 0
1222913 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.000983 0 0
1222914 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.000974 0 0
1222915 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001041 0 0
1222916 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.00106 0 0
1222917 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001056 0 0
1222918 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.018609 0 0
1222919 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001485 0 0
1222920 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001324 0 0
1222921 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.004013 0 0
1222922 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.011616 0 0
1222923 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001631 0 0
1222924 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001285 0 0
1222925 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002455 0 0
1222926 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.005002 0 0
1222927 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001282 0 0
1222928 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001092 0 0
1222929 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.015534 0 0
1222930 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.00166 0 0
1222931 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001206 0 0
1222932 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001115 0 0
1222933 - 2115 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001381 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.256ms