home / tests

testcases

32 rows where testsuite_id = 2048

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1060056 - 2048 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.004009 0 0
1060057 - 2048 DatabaseIntegrationTest testValidCovers 0.001094 0 0
1060058 - 2048 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.013878 0 0
1060059 - 2048 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004403 0 0
1060060 - 2048 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.003943 0 0
1060061 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.005002 0 0
1060062 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001261 0 0
1060063 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001359 0 0
1060064 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001536 0 0
1060065 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001061 0 0
1060066 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001165 0 0
1060067 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001648 0 0
1060068 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.024044 0 0
1060069 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.002133 0 0
1060070 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001865 0 0
1060071 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.00475 0 0
1060072 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.012842 0 0
1060073 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.00204 0 0
1060074 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.00176 0 0
1060075 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002498 0 0
1060076 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004354 0 0
1060077 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001442 0 0
1060078 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001109 0 0
1060079 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.005973 0 0
1060080 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001538 0 0
1060081 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001154 0 0
1060082 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.0011 0 0
1060083 - 2048 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001674 0 0
1060084 - 2048 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001401 0 0
1060085 - 2048 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001279 0 0
1060086 - 2048 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001184 0 0
1060087 - 2048 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001062 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 5975.252ms