testcases
32 rows where testsuite_id = 108952
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
3214195 | - 108952 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003636 | 0 | 0 |
3214196 | - 108952 | DatabaseIntegrationTest | testValidCovers | 0.001036 | 0 | 0 |
3214197 | - 108952 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012116 | 0 | 0 |
3214198 | - 108952 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003791 | 0 | 0 |
3214199 | - 108952 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003746 | 0 | 0 |
3214200 | - 108952 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.004291 | 0 | 0 |
3214201 | - 108952 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001161 | 0 | 0 |
3214202 | - 108952 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.000955 | 0 | 0 |
3214203 | - 108952 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000871 | 0 | 0 |
3214204 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001062 | 0 | 0 |
3214205 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.000943 | 0 | 0 |
3214206 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.000892 | 0 | 0 |
3214207 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.000897 | 0 | 0 |
3214208 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.000909 | 0 | 0 |
3214209 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.000993 | 0 | 0 |
3214210 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.000986 | 0 | 0 |
3214211 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.016858 | 0 | 0 |
3214212 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001093 | 0 | 0 |
3214213 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001062 | 0 | 0 |
3214214 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003341 | 0 | 0 |
3214215 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.00995 | 0 | 0 |
3214216 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001262 | 0 | 0 |
3214217 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001127 | 0 | 0 |
3214218 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002139 | 0 | 0 |
3214219 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004282 | 0 | 0 |
3214220 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001162 | 0 | 0 |
3214221 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000924 | 0 | 0 |
3214222 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.014079 | 0 | 0 |
3214223 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001503 | 0 | 0 |
3214224 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001035 | 0 | 0 |
3214225 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001027 | 0 | 0 |
3214226 | - 108952 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001196 | 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) );