testcases
32 rows where testsuite_id = 2122
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1260266 | - 2122 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.005045 | 0 | 0 |
1260267 | - 2122 | DatabaseIntegrationTest | testValidCovers | 0.001726 | 0 | 0 |
1260268 | - 2122 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.020579 | 0 | 0 |
1260269 | - 2122 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.006199 | 0 | 0 |
1260270 | - 2122 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.006305 | 0 | 0 |
1260271 | - 2122 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.007679 | 0 | 0 |
1260272 | - 2122 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.002453 | 0 | 0 |
1260273 | - 2122 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.002285 | 0 | 0 |
1260274 | - 2122 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.002774 | 0 | 0 |
1260275 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001966 | 0 | 0 |
1260276 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001842 | 0 | 0 |
1260277 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001856 | 0 | 0 |
1260278 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001968 | 0 | 0 |
1260279 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001878 | 0 | 0 |
1260280 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.002007 | 0 | 0 |
1260281 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.002046 | 0 | 0 |
1260282 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.023994 | 0 | 0 |
1260283 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001899 | 0 | 0 |
1260284 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001728 | 0 | 0 |
1260285 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004737 | 0 | 0 |
1260286 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.01325 | 0 | 0 |
1260287 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.002216 | 0 | 0 |
1260288 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001801 | 0 | 0 |
1260289 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.003273 | 0 | 0 |
1260290 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.006122 | 0 | 0 |
1260291 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.00206 | 0 | 0 |
1260292 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001749 | 0 | 0 |
1260293 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.019365 | 0 | 0 |
1260294 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.002295 | 0 | 0 |
1260295 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001899 | 0 | 0 |
1260296 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001761 | 0 | 0 |
1260297 | - 2122 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.002111 | 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) );