home / tests

testcases

32 rows where testsuite_id = 2083

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1120990 - 2083 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003842 0 0
1120991 - 2083 DatabaseIntegrationTest testValidCovers 0.001268 0 0
1120992 - 2083 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.016616 0 0
1120993 - 2083 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.005227 0 0
1120994 - 2083 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004236 0 0
1120995 - 2083 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.005087 0 0
1120996 - 2083 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001433 0 0
1120997 - 2083 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001252 0 0
1120998 - 2083 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001171 0 0
1120999 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.00154 0 0
1121000 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.00136 0 0
1121001 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.00129 0 0
1121002 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001168 0 0
1121003 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001186 0 0
1121004 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001154 0 0
1121005 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001164 0 0
1121006 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.018051 0 0
1121007 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001447 0 0
1121008 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001265 0 0
1121009 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.003907 0 0
1121010 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.010937 0 0
1121011 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001606 0 0
1121012 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.00131 0 0
1121013 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002609 0 0
1121014 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.005271 0 0
1121015 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001458 0 0
1121016 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001132 0 0
1121017 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.016183 0 0
1121018 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001766 0 0
1121019 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001386 0 0
1121020 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001303 0 0
1121021 - 2083 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001583 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 5582.526ms