testcases
32 rows where testsuite_id = 2075
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1107442 | - 2075 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003665 | 0 | 0 |
1107443 | - 2075 | DatabaseIntegrationTest | testValidCovers | 0.001178 | 0 | 0 |
1107444 | - 2075 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012139 | 0 | 0 |
1107445 | - 2075 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003796 | 0 | 0 |
1107446 | - 2075 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003847 | 0 | 0 |
1107447 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.00562 | 0 | 0 |
1107448 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001506 | 0 | 0 |
1107449 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001559 | 0 | 0 |
1107450 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001475 | 0 | 0 |
1107451 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.00095 | 0 | 0 |
1107452 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001037 | 0 | 0 |
1107453 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.000981 | 0 | 0 |
1107454 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.017863 | 0 | 0 |
1107455 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001169 | 0 | 0 |
1107456 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001059 | 0 | 0 |
1107457 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004074 | 0 | 0 |
1107458 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.011282 | 0 | 0 |
1107459 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001332 | 0 | 0 |
1107460 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001573 | 0 | 0 |
1107461 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002237 | 0 | 0 |
1107462 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004465 | 0 | 0 |
1107463 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001184 | 0 | 0 |
1107464 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.00097 | 0 | 0 |
1107465 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.004188 | 0 | 0 |
1107466 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001372 | 0 | 0 |
1107467 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001037 | 0 | 0 |
1107468 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001001 | 0 | 0 |
1107469 | - 2075 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001675 | 0 | 0 |
1107470 | - 2075 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001223 | 0 | 0 |
1107471 | - 2075 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001111 | 0 | 0 |
1107472 | - 2075 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.00098 | 0 | 0 |
1107473 | - 2075 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000864 | 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) );