testcases
32 rows where testsuite_id = 2099
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1148102 | - 2099 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.00371 | 0 | 0 |
1148103 | - 2099 | DatabaseIntegrationTest | testValidCovers | 0.001346 | 0 | 0 |
1148104 | - 2099 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.014481 | 0 | 0 |
1148105 | - 2099 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.004923 | 0 | 0 |
1148106 | - 2099 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004576 | 0 | 0 |
1148107 | - 2099 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.004943 | 0 | 0 |
1148108 | - 2099 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001504 | 0 | 0 |
1148109 | - 2099 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001306 | 0 | 0 |
1148110 | - 2099 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001111 | 0 | 0 |
1148111 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.002211 | 0 | 0 |
1148112 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001508 | 0 | 0 |
1148113 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001191 | 0 | 0 |
1148114 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001081 | 0 | 0 |
1148115 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001082 | 0 | 0 |
1148116 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001203 | 0 | 0 |
1148117 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001231 | 0 | 0 |
1148118 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.021356 | 0 | 0 |
1148119 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.00183 | 0 | 0 |
1148120 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001635 | 0 | 0 |
1148121 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003716 | 0 | 0 |
1148122 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.013193 | 0 | 0 |
1148123 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.003197 | 0 | 0 |
1148124 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001892 | 0 | 0 |
1148125 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002712 | 0 | 0 |
1148126 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.005033 | 0 | 0 |
1148127 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.00148 | 0 | 0 |
1148128 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001173 | 0 | 0 |
1148129 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.018844 | 0 | 0 |
1148130 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.002125 | 0 | 0 |
1148131 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001578 | 0 | 0 |
1148132 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001493 | 0 | 0 |
1148133 | - 2099 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001712 | 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) );