home / tests

testcases

32 rows where testsuite_id = 2043

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1049915 - 2043 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.005451 0 0
1049916 - 2043 DatabaseIntegrationTest testValidCovers 0.001688 0 0
1049917 - 2043 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.020282 0 0
1049918 - 2043 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.005732 0 0
1049919 - 2043 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.00565 0 0
1049920 - 2043 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.006236 0 0
1049921 - 2043 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001446 0 0
1049922 - 2043 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001375 0 0
1049923 - 2043 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001332 0 0
1049924 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.001892 0 0
1049925 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001356 0 0
1049926 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001372 0 0
1049927 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.00132 0 0
1049928 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001457 0 0
1049929 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.00154 0 0
1049930 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001484 0 0
1049931 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.021143 0 0
1049932 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.001591 0 0
1049933 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001464 0 0
1049934 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.004372 0 0
1049935 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.01347 0 0
1049936 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001932 0 0
1049937 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001529 0 0
1049938 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.00308 0 0
1049939 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.005587 0 0
1049940 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001703 0 0
1049941 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001329 0 0
1049942 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.016771 0 0
1049943 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.002028 0 0
1049944 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001542 0 0
1049945 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001568 0 0
1049946 - 2043 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001786 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 5706.219ms