testcases
32 rows where testsuite_id = 2077
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1110829 | - 2077 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003112 | 0 | 0 |
1110830 | - 2077 | DatabaseIntegrationTest | testValidCovers | 0.000959 | 0 | 0 |
1110831 | - 2077 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012761 | 0 | 0 |
1110832 | - 2077 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003859 | 0 | 0 |
1110833 | - 2077 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003663 | 0 | 0 |
1110834 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.004423 | 0 | 0 |
1110835 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001177 | 0 | 0 |
1110836 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001125 | 0 | 0 |
1110837 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.00147 | 0 | 0 |
1110838 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001118 | 0 | 0 |
1110839 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001154 | 0 | 0 |
1110840 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.00113 | 0 | 0 |
1110841 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.017074 | 0 | 0 |
1110842 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001408 | 0 | 0 |
1110843 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001169 | 0 | 0 |
1110844 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003697 | 0 | 0 |
1110845 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.007398 | 0 | 0 |
1110846 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001431 | 0 | 0 |
1110847 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001575 | 0 | 0 |
1110848 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002258 | 0 | 0 |
1110849 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.003831 | 0 | 0 |
1110850 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001414 | 0 | 0 |
1110851 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000928 | 0 | 0 |
1110852 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.004404 | 0 | 0 |
1110853 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001512 | 0 | 0 |
1110854 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001027 | 0 | 0 |
1110855 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.000988 | 0 | 0 |
1110856 | - 2077 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001659 | 0 | 0 |
1110857 | - 2077 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001427 | 0 | 0 |
1110858 | - 2077 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001216 | 0 | 0 |
1110859 | - 2077 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001179 | 0 | 0 |
1110860 | - 2077 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.00091 | 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) );