home / tests

testcases

32 rows where testsuite_id = 63099

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
2163223 - 63099 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003663 0 0
2163224 - 63099 DatabaseIntegrationTest testValidCovers 0.001081 0 0
2163225 - 63099 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.012531 0 0
2163226 - 63099 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.003881 0 0
2163227 - 63099 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.003721 0 0
2163228 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.004231 0 0
2163229 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001155 0 0
2163230 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001127 0 0
2163231 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001414 0 0
2163232 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.000961 0 0
2163233 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001025 0 0
2163234 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001008 0 0
2163235 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.016561 0 0
2163236 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001112 0 0
2163237 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001074 0 0
2163238 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.003987 0 0
2163239 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.009805 0 0
2163240 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001315 0 0
2163241 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001593 0 0
2163242 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002294 0 0
2163243 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004613 0 0
2163244 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001182 0 0
2163245 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.000966 0 0
2163246 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.004273 0 0
2163247 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001443 0 0
2163248 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001022 0 0
2163249 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.000979 0 0
2163250 - 63099 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001555 0 0
2163251 - 63099 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001245 0 0
2163252 - 63099 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001105 0 0
2163253 - 63099 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.000975 0 0
2163254 - 63099 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.000882 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 5618.396ms