home / tests

testcases

32 rows where testsuite_id = 2031

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1029587 - 2031 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.004819 0 0
1029588 - 2031 DatabaseIntegrationTest testValidCovers 0.001639 0 0
1029589 - 2031 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.017075 0 0
1029590 - 2031 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.005265 0 0
1029591 - 2031 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.005285 0 0
1029592 - 2031 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.005964 0 0
1029593 - 2031 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001658 0 0
1029594 - 2031 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001383 0 0
1029595 - 2031 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001283 0 0
1029596 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.001963 0 0
1029597 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.00161 0 0
1029598 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001457 0 0
1029599 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001516 0 0
1029600 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001639 0 0
1029601 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001711 0 0
1029602 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001727 0 0
1029603 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.024418 0 0
1029604 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.002051 0 0
1029605 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.002068 0 0
1029606 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.004989 0 0
1029607 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.012601 0 0
1029608 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.00228 0 0
1029609 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.002026 0 0
1029610 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.003679 0 0
1029611 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.006224 0 0
1029612 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.002063 0 0
1029613 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001432 0 0
1029614 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.018183 0 0
1029615 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.002522 0 0
1029616 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001654 0 0
1029617 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001664 0 0
1029618 - 2031 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001993 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 8857.299ms