testcases
32 rows where testsuite_id = 108948
This data as json, CSV (advanced)
| id ▼ | testsuite_id | classname | name | time | failure | skipped |
|---|---|---|---|---|---|---|
| 3207421 | - 108948 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003842 | 0 | 0 |
| 3207422 | - 108948 | DatabaseIntegrationTest | testValidCovers | 0.001284 | 0 | 0 |
| 3207423 | - 108948 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.074325 | 0 | 0 |
| 3207424 | - 108948 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.010112 | 0 | 0 |
| 3207425 | - 108948 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.008144 | 0 | 0 |
| 3207426 | - 108948 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.008689 | 0 | 0 |
| 3207427 | - 108948 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.00181 | 0 | 0 |
| 3207428 | - 108948 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001603 | 0 | 0 |
| 3207429 | - 108948 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001539 | 0 | 0 |
| 3207430 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001906 | 0 | 0 |
| 3207431 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.002648 | 0 | 0 |
| 3207432 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001515 | 0 | 0 |
| 3207433 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001409 | 0 | 0 |
| 3207434 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001461 | 0 | 0 |
| 3207435 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001387 | 0 | 0 |
| 3207436 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001438 | 0 | 0 |
| 3207437 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.020498 | 0 | 0 |
| 3207438 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001791 | 0 | 0 |
| 3207439 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001464 | 0 | 0 |
| 3207440 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003589 | 0 | 0 |
| 3207441 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.008408 | 0 | 0 |
| 3207442 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001786 | 0 | 0 |
| 3207443 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001471 | 0 | 0 |
| 3207444 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.004384 | 0 | 0 |
| 3207445 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004574 | 0 | 0 |
| 3207446 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.00149 | 0 | 0 |
| 3207447 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001243 | 0 | 0 |
| 3207448 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.020306 | 0 | 0 |
| 3207449 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.002142 | 0 | 0 |
| 3207450 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001764 | 0 | 0 |
| 3207451 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001604 | 0 | 0 |
| 3207452 | - 108948 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001862 | 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)
);