home / tests

testcases

32 rows where testsuite_id = 2081

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1117603 - 2081 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.004837 0 0
1117604 - 2081 DatabaseIntegrationTest testValidCovers 0.00143 0 0
1117605 - 2081 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.017741 0 0
1117606 - 2081 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004873 0 0
1117607 - 2081 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004903 0 0
1117608 - 2081 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.006417 0 0
1117609 - 2081 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001454 0 0
1117610 - 2081 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001311 0 0
1117611 - 2081 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001314 0 0
1117612 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.00182 0 0
1117613 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001456 0 0
1117614 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001312 0 0
1117615 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001486 0 0
1117616 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001551 0 0
1117617 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001387 0 0
1117618 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001482 0 0
1117619 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.025001 0 0
1117620 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001887 0 0
1117621 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001823 0 0
1117622 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.005588 0 0
1117623 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.014944 0 0
1117624 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001815 0 0
1117625 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001852 0 0
1117626 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.00346 0 0
1117627 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.006238 0 0
1117628 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001851 0 0
1117629 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001529 0 0
1117630 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.016345 0 0
1117631 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.002271 0 0
1117632 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001529 0 0
1117633 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001475 0 0
1117634 - 2081 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001789 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 5460.666ms