testcases
32 rows where testsuite_id = 2142
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1318004 | - 2142 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.004466 | 0 | 0 |
1318005 | - 2142 | DatabaseIntegrationTest | testValidCovers | 0.001399 | 0 | 0 |
1318006 | - 2142 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.016018 | 0 | 0 |
1318007 | - 2142 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.005313 | 0 | 0 |
1318008 | - 2142 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004921 | 0 | 0 |
1318009 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.006125 | 0 | 0 |
1318010 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001546 | 0 | 0 |
1318011 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001253 | 0 | 0 |
1318012 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.002172 | 0 | 0 |
1318013 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001111 | 0 | 0 |
1318014 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001252 | 0 | 0 |
1318015 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001153 | 0 | 0 |
1318016 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.020512 | 0 | 0 |
1318017 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001622 | 0 | 0 |
1318018 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001499 | 0 | 0 |
1318019 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.005183 | 0 | 0 |
1318020 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.011601 | 0 | 0 |
1318021 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.002462 | 0 | 0 |
1318022 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001535 | 0 | 0 |
1318023 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002701 | 0 | 0 |
1318024 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.005439 | 0 | 0 |
1318025 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001425 | 0 | 0 |
1318026 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001075 | 0 | 0 |
1318027 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.005324 | 0 | 0 |
1318028 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001513 | 0 | 0 |
1318029 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001177 | 0 | 0 |
1318030 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001381 | 0 | 0 |
1318031 | - 2142 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001339 | 0 | 0 |
1318032 | - 2142 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001674 | 0 | 0 |
1318033 | - 2142 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001487 | 0 | 0 |
1318034 | - 2142 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001261 | 0 | 0 |
1318035 | - 2142 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001051 | 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) );