home / tests

testcases

32 rows where testsuite_id = 2046

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1056669 - 2046 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.005995 0 0
1056670 - 2046 DatabaseIntegrationTest testValidCovers 0.001765 0 0
1056671 - 2046 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.021855 0 0
1056672 - 2046 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.006319 0 0
1056673 - 2046 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.006046 0 0
1056674 - 2046 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.006617 0 0
1056675 - 2046 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001895 0 0
1056676 - 2046 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001676 0 0
1056677 - 2046 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001545 0 0
1056678 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.002056 0 0
1056679 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001851 0 0
1056680 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001711 0 0
1056681 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001716 0 0
1056682 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001753 0 0
1056683 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.001903 0 0
1056684 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001937 0 0
1056685 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.02508 0 0
1056686 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.00207 0 0
1056687 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001764 0 0
1056688 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.005024 0 0
1056689 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.014475 0 0
1056690 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.002452 0 0
1056691 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.00189 0 0
1056692 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.003537 0 0
1056693 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.00704 0 0
1056694 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.002174 0 0
1056695 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001665 0 0
1056696 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.019063 0 0
1056697 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.002527 0 0
1056698 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001921 0 0
1056699 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001998 0 0
1056700 - 2046 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.00227 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 5660.23ms