testcases
32 rows where testsuite_id = 2118
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1229648 | - 2118 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.005945 | 0 | 0 |
1229649 | - 2118 | DatabaseIntegrationTest | testValidCovers | 0.001299 | 0 | 0 |
1229650 | - 2118 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.014403 | 0 | 0 |
1229651 | - 2118 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.00452 | 0 | 0 |
1229652 | - 2118 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004448 | 0 | 0 |
1229653 | - 2118 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.005101 | 0 | 0 |
1229654 | - 2118 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001468 | 0 | 0 |
1229655 | - 2118 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001388 | 0 | 0 |
1229656 | - 2118 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001238 | 0 | 0 |
1229657 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001564 | 0 | 0 |
1229658 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001314 | 0 | 0 |
1229659 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001372 | 0 | 0 |
1229660 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001313 | 0 | 0 |
1229661 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001324 | 0 | 0 |
1229662 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001353 | 0 | 0 |
1229663 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001271 | 0 | 0 |
1229664 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.019959 | 0 | 0 |
1229665 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001518 | 0 | 0 |
1229666 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001321 | 0 | 0 |
1229667 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003941 | 0 | 0 |
1229668 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.011676 | 0 | 0 |
1229669 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001746 | 0 | 0 |
1229670 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001336 | 0 | 0 |
1229671 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002812 | 0 | 0 |
1229672 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.005814 | 0 | 0 |
1229673 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001471 | 0 | 0 |
1229674 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001251 | 0 | 0 |
1229675 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.016529 | 0 | 0 |
1229676 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001832 | 0 | 0 |
1229677 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001302 | 0 | 0 |
1229678 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001225 | 0 | 0 |
1229679 | - 2118 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001523 | 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) );