testcases
32 rows where testsuite_id = 115616
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
3432431 | - 115616 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003577 | 0 | 0 |
3432432 | - 115616 | DatabaseIntegrationTest | testValidCovers | 0.001224 | 0 | 0 |
3432433 | - 115616 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.013049 | 0 | 0 |
3432434 | - 115616 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.004302 | 0 | 0 |
3432435 | - 115616 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004059 | 0 | 0 |
3432436 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.004549 | 0 | 0 |
3432437 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.00126 | 0 | 0 |
3432438 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001184 | 0 | 0 |
3432439 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001552 | 0 | 0 |
3432440 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.00107 | 0 | 0 |
3432441 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001179 | 0 | 0 |
3432442 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001127 | 0 | 0 |
3432443 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.016148 | 0 | 0 |
3432444 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001582 | 0 | 0 |
3432445 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001358 | 0 | 0 |
3432446 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003885 | 0 | 0 |
3432447 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.009962 | 0 | 0 |
3432448 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.00169 | 0 | 0 |
3432449 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.00191 | 0 | 0 |
3432450 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.00252 | 0 | 0 |
3432451 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.0048 | 0 | 0 |
3432452 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001372 | 0 | 0 |
3432453 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001068 | 0 | 0 |
3432454 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.004608 | 0 | 0 |
3432455 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001641 | 0 | 0 |
3432456 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001167 | 0 | 0 |
3432457 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001195 | 0 | 0 |
3432458 | - 115616 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001838 | 0 | 0 |
3432459 | - 115616 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001385 | 0 | 0 |
3432460 | - 115616 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001301 | 0 | 0 |
3432461 | - 115616 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001154 | 0 | 0 |
3432462 | - 115616 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001019 | 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) );