home / tests

testcases

32 rows where testsuite_id = 2055

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1073572 - 2055 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003644 0 0
1073573 - 2055 DatabaseIntegrationTest testValidCovers 0.000919 0 0
1073574 - 2055 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.01213 0 0
1073575 - 2055 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.003869 0 0
1073576 - 2055 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.003584 0 0
1073577 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.003926 0 0
1073578 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.000999 0 0
1073579 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.000957 0 0
1073580 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001326 0 0
1073581 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.000913 0 0
1073582 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.000985 0 0
1073583 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.000968 0 0
1073584 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.016476 0 0
1073585 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.00109 0 0
1073586 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.000989 0 0
1073587 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.003898 0 0
1073588 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.009841 0 0
1073589 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001265 0 0
1073590 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001509 0 0
1073591 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002125 0 0
1073592 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004287 0 0
1073593 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001152 0 0
1073594 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.00092 0 0
1073595 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.003927 0 0
1073596 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001312 0 0
1073597 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.000975 0 0
1073598 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.000965 0 0
1073599 - 2055 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001662 0 0
1073600 - 2055 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001119 0 0
1073601 - 2055 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001085 0 0
1073602 - 2055 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.000945 0 0
1073603 - 2055 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.000859 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 5432.409ms