testcases
32 rows where testsuite_id = 2073
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1104055 | - 2073 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003707 | 0 | 0 |
1104056 | - 2073 | DatabaseIntegrationTest | testValidCovers | 0.00099 | 0 | 0 |
1104057 | - 2073 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012346 | 0 | 0 |
1104058 | - 2073 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003778 | 0 | 0 |
1104059 | - 2073 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003682 | 0 | 0 |
1104060 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.004219 | 0 | 0 |
1104061 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001015 | 0 | 0 |
1104062 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001041 | 0 | 0 |
1104063 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001366 | 0 | 0 |
1104064 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.000954 | 0 | 0 |
1104065 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001072 | 0 | 0 |
1104066 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001054 | 0 | 0 |
1104067 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.01724 | 0 | 0 |
1104068 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001371 | 0 | 0 |
1104069 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001149 | 0 | 0 |
1104070 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004108 | 0 | 0 |
1104071 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.010408 | 0 | 0 |
1104072 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001406 | 0 | 0 |
1104073 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.00155 | 0 | 0 |
1104074 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002216 | 0 | 0 |
1104075 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004455 | 0 | 0 |
1104076 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001275 | 0 | 0 |
1104077 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000983 | 0 | 0 |
1104078 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.00429 | 0 | 0 |
1104079 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001451 | 0 | 0 |
1104080 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001113 | 0 | 0 |
1104081 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.0011 | 0 | 0 |
1104082 | - 2073 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001692 | 0 | 0 |
1104083 | - 2073 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001503 | 0 | 0 |
1104084 | - 2073 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001296 | 0 | 0 |
1104085 | - 2073 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001124 | 0 | 0 |
1104086 | - 2073 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000971 | 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) );