testcases
32 rows where testsuite_id = 2113
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1219513 | - 2113 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003755 | 0 | 0 |
1219514 | - 2113 | DatabaseIntegrationTest | testValidCovers | 0.001439 | 0 | 0 |
1219515 | - 2113 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.013046 | 0 | 0 |
1219516 | - 2113 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003962 | 0 | 0 |
1219517 | - 2113 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004036 | 0 | 0 |
1219518 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.004375 | 0 | 0 |
1219519 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001158 | 0 | 0 |
1219520 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001118 | 0 | 0 |
1219521 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001459 | 0 | 0 |
1219522 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001007 | 0 | 0 |
1219523 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001089 | 0 | 0 |
1219524 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001035 | 0 | 0 |
1219525 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.017642 | 0 | 0 |
1219526 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001309 | 0 | 0 |
1219527 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001139 | 0 | 0 |
1219528 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004084 | 0 | 0 |
1219529 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.010153 | 0 | 0 |
1219530 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001393 | 0 | 0 |
1219531 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001635 | 0 | 0 |
1219532 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002371 | 0 | 0 |
1219533 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004655 | 0 | 0 |
1219534 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001293 | 0 | 0 |
1219535 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000986 | 0 | 0 |
1219536 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.004325 | 0 | 0 |
1219537 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.00142 | 0 | 0 |
1219538 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001037 | 0 | 0 |
1219539 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001083 | 0 | 0 |
1219540 | - 2113 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001708 | 0 | 0 |
1219541 | - 2113 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001591 | 0 | 0 |
1219542 | - 2113 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001292 | 0 | 0 |
1219543 | - 2113 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001114 | 0 | 0 |
1219544 | - 2113 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000932 | 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) );