home / tests

testcases

32 rows where testsuite_id = 2071

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1100668 - 2071 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.004227 0 0
1100669 - 2071 DatabaseIntegrationTest testValidCovers 0.001351 0 0
1100670 - 2071 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.013253 0 0
1100671 - 2071 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004362 0 0
1100672 - 2071 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004103 0 0
1100673 - 2071 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.00972 0 0
1100674 - 2071 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001726 0 0
1100675 - 2071 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001237 0 0
1100676 - 2071 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001185 0 0
1100677 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.00138 0 0
1100678 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.00115 0 0
1100679 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.00096 0 0
1100680 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.000947 0 0
1100681 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.00096 0 0
1100682 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001029 0 0
1100683 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.00102 0 0
1100684 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.015854 0 0
1100685 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001284 0 0
1100686 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.002129 0 0
1100687 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.00595 0 0
1100688 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.010281 0 0
1100689 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001491 0 0
1100690 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001515 0 0
1100691 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002462 0 0
1100692 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004798 0 0
1100693 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001306 0 0
1100694 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.000974 0 0
1100695 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.015246 0 0
1100696 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001599 0 0
1100697 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001199 0 0
1100698 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001178 0 0
1100699 - 2071 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001323 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 7561.326ms