testcases
32 rows where testsuite_id = 2061
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1083733 | - 2061 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.00377 | 0 | 0 |
1083734 | - 2061 | DatabaseIntegrationTest | testValidCovers | 0.001016 | 0 | 0 |
1083735 | - 2061 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.013998 | 0 | 0 |
1083736 | - 2061 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.007339 | 0 | 0 |
1083737 | - 2061 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004676 | 0 | 0 |
1083738 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.005134 | 0 | 0 |
1083739 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001555 | 0 | 0 |
1083740 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001483 | 0 | 0 |
1083741 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001361 | 0 | 0 |
1083742 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001263 | 0 | 0 |
1083743 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.00171 | 0 | 0 |
1083744 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001392 | 0 | 0 |
1083745 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.022169 | 0 | 0 |
1083746 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.00163 | 0 | 0 |
1083747 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001448 | 0 | 0 |
1083748 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004247 | 0 | 0 |
1083749 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.011004 | 0 | 0 |
1083750 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001706 | 0 | 0 |
1083751 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.003161 | 0 | 0 |
1083752 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.005555 | 0 | 0 |
1083753 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.006756 | 0 | 0 |
1083754 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001883 | 0 | 0 |
1083755 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001589 | 0 | 0 |
1083756 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.005306 | 0 | 0 |
1083757 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001906 | 0 | 0 |
1083758 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001724 | 0 | 0 |
1083759 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001545 | 0 | 0 |
1083760 | - 2061 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001803 | 0 | 0 |
1083761 | - 2061 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001692 | 0 | 0 |
1083762 | - 2061 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001496 | 0 | 0 |
1083763 | - 2061 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001282 | 0 | 0 |
1083764 | - 2061 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001165 | 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) );