home / tests

testcases

32 rows where testsuite_id = 116788

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
3439292 - 116788 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003829 0 0
3439293 - 116788 DatabaseIntegrationTest testValidCovers 0.001053 0 0
3439294 - 116788 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.013073 0 0
3439295 - 116788 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.003926 0 0
3439296 - 116788 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004038 0 0
3439297 - 116788 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.004795 0 0
3439298 - 116788 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001385 0 0
3439299 - 116788 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001204 0 0
3439300 - 116788 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.00109 0 0
3439301 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.001423 0 0
3439302 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001313 0 0
3439303 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.00124 0 0
3439304 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001312 0 0
3439305 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001168 0 0
3439306 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.00122 0 0
3439307 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001162 0 0
3439308 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.017395 0 0
3439309 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.002417 0 0
3439310 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001496 0 0
3439311 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.003917 0 0
3439312 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.010592 0 0
3439313 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001563 0 0
3439314 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001321 0 0
3439315 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002489 0 0
3439316 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004842 0 0
3439317 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001673 0 0
3439318 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001216 0 0
3439319 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.015933 0 0
3439320 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001619 0 0
3439321 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001253 0 0
3439322 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001235 0 0
3439323 - 116788 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001351 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 5916.07ms