testcases
32 rows where testsuite_id = 2033
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1032974 | - 2033 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.00386 | 0 | 0 |
1032975 | - 2033 | DatabaseIntegrationTest | testValidCovers | 0.001212 | 0 | 0 |
1032976 | - 2033 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012699 | 0 | 0 |
1032977 | - 2033 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003922 | 0 | 0 |
1032978 | - 2033 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003645 | 0 | 0 |
1032979 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.004841 | 0 | 0 |
1032980 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001223 | 0 | 0 |
1032981 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001021 | 0 | 0 |
1032982 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001438 | 0 | 0 |
1032983 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.000973 | 0 | 0 |
1032984 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.00104 | 0 | 0 |
1032985 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001044 | 0 | 0 |
1032986 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.017608 | 0 | 0 |
1032987 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001513 | 0 | 0 |
1032988 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001396 | 0 | 0 |
1032989 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004586 | 0 | 0 |
1032990 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.01065 | 0 | 0 |
1032991 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001704 | 0 | 0 |
1032992 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001784 | 0 | 0 |
1032993 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002358 | 0 | 0 |
1032994 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004819 | 0 | 0 |
1032995 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001335 | 0 | 0 |
1032996 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001011 | 0 | 0 |
1032997 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.004566 | 0 | 0 |
1032998 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001568 | 0 | 0 |
1032999 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001171 | 0 | 0 |
1033000 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001189 | 0 | 0 |
1033001 | - 2033 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.00201 | 0 | 0 |
1033002 | - 2033 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001472 | 0 | 0 |
1033003 | - 2033 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001333 | 0 | 0 |
1033004 | - 2033 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001133 | 0 | 0 |
1033005 | - 2033 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000955 | 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) );