testcases
32 rows where testsuite_id = 2103
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1154882 | - 2103 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.004551 | 0 | 0 |
1154883 | - 2103 | DatabaseIntegrationTest | testValidCovers | 0.001417 | 0 | 0 |
1154884 | - 2103 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.016388 | 0 | 0 |
1154885 | - 2103 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.004645 | 0 | 0 |
1154886 | - 2103 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004494 | 0 | 0 |
1154887 | - 2103 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.006354 | 0 | 0 |
1154888 | - 2103 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001974 | 0 | 0 |
1154889 | - 2103 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001666 | 0 | 0 |
1154890 | - 2103 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001201 | 0 | 0 |
1154891 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001649 | 0 | 0 |
1154892 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001236 | 0 | 0 |
1154893 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.00123 | 0 | 0 |
1154894 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001274 | 0 | 0 |
1154895 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001216 | 0 | 0 |
1154896 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001318 | 0 | 0 |
1154897 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001446 | 0 | 0 |
1154898 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.019874 | 0 | 0 |
1154899 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001511 | 0 | 0 |
1154900 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001408 | 0 | 0 |
1154901 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004056 | 0 | 0 |
1154902 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.012135 | 0 | 0 |
1154903 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001613 | 0 | 0 |
1154904 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001405 | 0 | 0 |
1154905 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002803 | 0 | 0 |
1154906 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.005125 | 0 | 0 |
1154907 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001489 | 0 | 0 |
1154908 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001218 | 0 | 0 |
1154909 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.016451 | 0 | 0 |
1154910 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.002056 | 0 | 0 |
1154911 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001321 | 0 | 0 |
1154912 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001288 | 0 | 0 |
1154913 | - 2103 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001582 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );