testcases
32 rows where testsuite_id = 2132
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1301051 | - 2132 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.006631 | 0 | 0 |
1301052 | - 2132 | DatabaseIntegrationTest | testValidCovers | 0.002668 | 0 | 0 |
1301053 | - 2132 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.027326 | 0 | 0 |
1301054 | - 2132 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.007476 | 0 | 0 |
1301055 | - 2132 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.007224 | 0 | 0 |
1301056 | - 2132 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.005886 | 0 | 0 |
1301057 | - 2132 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001679 | 0 | 0 |
1301058 | - 2132 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001437 | 0 | 0 |
1301059 | - 2132 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001347 | 0 | 0 |
1301060 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001855 | 0 | 0 |
1301061 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001432 | 0 | 0 |
1301062 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001392 | 0 | 0 |
1301063 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001163 | 0 | 0 |
1301064 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001131 | 0 | 0 |
1301065 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001297 | 0 | 0 |
1301066 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001215 | 0 | 0 |
1301067 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.019297 | 0 | 0 |
1301068 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001609 | 0 | 0 |
1301069 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001224 | 0 | 0 |
1301070 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004738 | 0 | 0 |
1301071 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.012575 | 0 | 0 |
1301072 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001623 | 0 | 0 |
1301073 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001328 | 0 | 0 |
1301074 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002619 | 0 | 0 |
1301075 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.005164 | 0 | 0 |
1301076 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001462 | 0 | 0 |
1301077 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001123 | 0 | 0 |
1301078 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.017562 | 0 | 0 |
1301079 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.002864 | 0 | 0 |
1301080 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001474 | 0 | 0 |
1301081 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001308 | 0 | 0 |
1301082 | - 2132 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001498 | 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) );