testcases
32 rows where testsuite_id = 50911
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1984660 | - 50911 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.006573 | 0 | 0 |
1984661 | - 50911 | DatabaseIntegrationTest | testValidCovers | 0.001481 | 0 | 0 |
1984662 | - 50911 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.019215 | 0 | 0 |
1984663 | - 50911 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.005533 | 0 | 0 |
1984664 | - 50911 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.00505 | 0 | 0 |
1984665 | - 50911 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.00659 | 0 | 0 |
1984666 | - 50911 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001559 | 0 | 0 |
1984667 | - 50911 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001349 | 0 | 0 |
1984668 | - 50911 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001321 | 0 | 0 |
1984669 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001554 | 0 | 0 |
1984670 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001295 | 0 | 0 |
1984671 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001243 | 0 | 0 |
1984672 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001195 | 0 | 0 |
1984673 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001195 | 0 | 0 |
1984674 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001395 | 0 | 0 |
1984675 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001282 | 0 | 0 |
1984676 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.020136 | 0 | 0 |
1984677 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001517 | 0 | 0 |
1984678 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001707 | 0 | 0 |
1984679 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004317 | 0 | 0 |
1984680 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.012918 | 0 | 0 |
1984681 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001683 | 0 | 0 |
1984682 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001441 | 0 | 0 |
1984683 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002948 | 0 | 0 |
1984684 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.005263 | 0 | 0 |
1984685 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001473 | 0 | 0 |
1984686 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001288 | 0 | 0 |
1984687 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.017151 | 0 | 0 |
1984688 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.002057 | 0 | 0 |
1984689 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001326 | 0 | 0 |
1984690 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001251 | 0 | 0 |
1984691 | - 50911 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.00149 | 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) );