testcases
32 rows where testsuite_id = 115614
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
3429044 | - 115614 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.005392 | 0 | 0 |
3429045 | - 115614 | DatabaseIntegrationTest | testValidCovers | 0.001566 | 0 | 0 |
3429046 | - 115614 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.02567 | 0 | 0 |
3429047 | - 115614 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.005356 | 0 | 0 |
3429048 | - 115614 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.005523 | 0 | 0 |
3429049 | - 115614 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.006539 | 0 | 0 |
3429050 | - 115614 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001578 | 0 | 0 |
3429051 | - 115614 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001365 | 0 | 0 |
3429052 | - 115614 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001282 | 0 | 0 |
3429053 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.002304 | 0 | 0 |
3429054 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.00243 | 0 | 0 |
3429055 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001574 | 0 | 0 |
3429056 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001504 | 0 | 0 |
3429057 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.0015 | 0 | 0 |
3429058 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001534 | 0 | 0 |
3429059 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001464 | 0 | 0 |
3429060 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.022929 | 0 | 0 |
3429061 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001742 | 0 | 0 |
3429062 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001559 | 0 | 0 |
3429063 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004739 | 0 | 0 |
3429064 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.014561 | 0 | 0 |
3429065 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.002412 | 0 | 0 |
3429066 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001698 | 0 | 0 |
3429067 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002988 | 0 | 0 |
3429068 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.005865 | 0 | 0 |
3429069 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001522 | 0 | 0 |
3429070 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001936 | 0 | 0 |
3429071 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.017914 | 0 | 0 |
3429072 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.002209 | 0 | 0 |
3429073 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001561 | 0 | 0 |
3429074 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001351 | 0 | 0 |
3429075 | - 115614 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001583 | 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) );