testcases
32 rows where testsuite_id = 2093
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1137929 | - 2093 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003081 | 0 | 0 |
1137930 | - 2093 | DatabaseIntegrationTest | testValidCovers | 0.001211 | 0 | 0 |
1137931 | - 2093 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012897 | 0 | 0 |
1137932 | - 2093 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003956 | 0 | 0 |
1137933 | - 2093 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003957 | 0 | 0 |
1137934 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.004583 | 0 | 0 |
1137935 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001132 | 0 | 0 |
1137936 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001035 | 0 | 0 |
1137937 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001431 | 0 | 0 |
1137938 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.000965 | 0 | 0 |
1137939 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.00105 | 0 | 0 |
1137940 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001036 | 0 | 0 |
1137941 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.017989 | 0 | 0 |
1137942 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001451 | 0 | 0 |
1137943 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001213 | 0 | 0 |
1137944 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004263 | 0 | 0 |
1137945 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.010461 | 0 | 0 |
1137946 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001389 | 0 | 0 |
1137947 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001685 | 0 | 0 |
1137948 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002309 | 0 | 0 |
1137949 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004702 | 0 | 0 |
1137950 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001244 | 0 | 0 |
1137951 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000937 | 0 | 0 |
1137952 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.004046 | 0 | 0 |
1137953 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001333 | 0 | 0 |
1137954 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001009 | 0 | 0 |
1137955 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.000984 | 0 | 0 |
1137956 | - 2093 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001665 | 0 | 0 |
1137957 | - 2093 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001257 | 0 | 0 |
1137958 | - 2093 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001085 | 0 | 0 |
1137959 | - 2093 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.000969 | 0 | 0 |
1137960 | - 2093 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000906 | 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) );