testcases
32 rows where testsuite_id = 2091
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1134538 | - 2091 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.004257 | 0 | 0 |
1134539 | - 2091 | DatabaseIntegrationTest | testValidCovers | 0.001417 | 0 | 0 |
1134540 | - 2091 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.016031 | 0 | 0 |
1134541 | - 2091 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.004659 | 0 | 0 |
1134542 | - 2091 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004441 | 0 | 0 |
1134543 | - 2091 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.005011 | 0 | 0 |
1134544 | - 2091 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001356 | 0 | 0 |
1134545 | - 2091 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001155 | 0 | 0 |
1134546 | - 2091 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001117 | 0 | 0 |
1134547 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001201 | 0 | 0 |
1134548 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001138 | 0 | 0 |
1134549 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001132 | 0 | 0 |
1134550 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001107 | 0 | 0 |
1134551 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001166 | 0 | 0 |
1134552 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001387 | 0 | 0 |
1134553 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001312 | 0 | 0 |
1134554 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.020138 | 0 | 0 |
1134555 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001508 | 0 | 0 |
1134556 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001223 | 0 | 0 |
1134557 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003588 | 0 | 0 |
1134558 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.011106 | 0 | 0 |
1134559 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001551 | 0 | 0 |
1134560 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001376 | 0 | 0 |
1134561 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002686 | 0 | 0 |
1134562 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004685 | 0 | 0 |
1134563 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001476 | 0 | 0 |
1134564 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001127 | 0 | 0 |
1134565 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.01487 | 0 | 0 |
1134566 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001816 | 0 | 0 |
1134567 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001182 | 0 | 0 |
1134568 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001181 | 0 | 0 |
1134569 | - 2091 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001421 | 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) );