testcases
32 rows where testsuite_id = 2009
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
896964 | - 2009 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003117 | 0 | 0 |
896965 | - 2009 | DatabaseIntegrationTest | testValidCovers | 0.000899 | 0 | 0 |
896966 | - 2009 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012159 | 0 | 0 |
896967 | - 2009 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003562 | 0 | 0 |
896968 | - 2009 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003421 | 0 | 0 |
896969 | - 2009 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.004192 | 0 | 0 |
896970 | - 2009 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001195 | 0 | 0 |
896971 | - 2009 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.000981 | 0 | 0 |
896972 | - 2009 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000899 | 0 | 0 |
896973 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001309 | 0 | 0 |
896974 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001071 | 0 | 0 |
896975 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.000922 | 0 | 0 |
896976 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.000985 | 0 | 0 |
896977 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.000967 | 0 | 0 |
896978 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001001 | 0 | 0 |
896979 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001019 | 0 | 0 |
896980 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.017539 | 0 | 0 |
896981 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001169 | 0 | 0 |
896982 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001084 | 0 | 0 |
896983 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003206 | 0 | 0 |
896984 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.009669 | 0 | 0 |
896985 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001297 | 0 | 0 |
896986 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001128 | 0 | 0 |
896987 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002154 | 0 | 0 |
896988 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004211 | 0 | 0 |
896989 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001156 | 0 | 0 |
896990 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000967 | 0 | 0 |
896991 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.014251 | 0 | 0 |
896992 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001531 | 0 | 0 |
896993 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001109 | 0 | 0 |
896994 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.000986 | 0 | 0 |
896995 | - 2009 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001212 | 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) );