testcases
32 rows where testsuite_id = 2041
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1046522 | - 2041 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.005887 | 0 | 0 |
1046523 | - 2041 | DatabaseIntegrationTest | testValidCovers | 0.002967 | 0 | 0 |
1046524 | - 2041 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.023839 | 0 | 0 |
1046525 | - 2041 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.012609 | 0 | 0 |
1046526 | - 2041 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.006464 | 0 | 0 |
1046527 | - 2041 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.006008 | 0 | 0 |
1046528 | - 2041 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.00159 | 0 | 0 |
1046529 | - 2041 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001379 | 0 | 0 |
1046530 | - 2041 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001561 | 0 | 0 |
1046531 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001981 | 0 | 0 |
1046532 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001359 | 0 | 0 |
1046533 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001169 | 0 | 0 |
1046534 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001141 | 0 | 0 |
1046535 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001189 | 0 | 0 |
1046536 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001194 | 0 | 0 |
1046537 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001244 | 0 | 0 |
1046538 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.019421 | 0 | 0 |
1046539 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001578 | 0 | 0 |
1046540 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001403 | 0 | 0 |
1046541 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.006547 | 0 | 0 |
1046542 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.014932 | 0 | 0 |
1046543 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.002693 | 0 | 0 |
1046544 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001771 | 0 | 0 |
1046545 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002946 | 0 | 0 |
1046546 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.005883 | 0 | 0 |
1046547 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001658 | 0 | 0 |
1046548 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001356 | 0 | 0 |
1046549 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.023049 | 0 | 0 |
1046550 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.002134 | 0 | 0 |
1046551 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.00142 | 0 | 0 |
1046552 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001462 | 0 | 0 |
1046553 | - 2041 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001673 | 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) );