testcases
32 rows where testsuite_id = 2037
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1039748 | - 2037 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003689 | 0 | 0 |
1039749 | - 2037 | DatabaseIntegrationTest | testValidCovers | 0.00107 | 0 | 0 |
1039750 | - 2037 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012799 | 0 | 0 |
1039751 | - 2037 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.004021 | 0 | 0 |
1039752 | - 2037 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003918 | 0 | 0 |
1039753 | - 2037 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.004105 | 0 | 0 |
1039754 | - 2037 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001143 | 0 | 0 |
1039755 | - 2037 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.000992 | 0 | 0 |
1039756 | - 2037 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000934 | 0 | 0 |
1039757 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001075 | 0 | 0 |
1039758 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.000984 | 0 | 0 |
1039759 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.000969 | 0 | 0 |
1039760 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.000946 | 0 | 0 |
1039761 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.000942 | 0 | 0 |
1039762 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001071 | 0 | 0 |
1039763 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001032 | 0 | 0 |
1039764 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.017155 | 0 | 0 |
1039765 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001117 | 0 | 0 |
1039766 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001041 | 0 | 0 |
1039767 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003793 | 0 | 0 |
1039768 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.009659 | 0 | 0 |
1039769 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001345 | 0 | 0 |
1039770 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001114 | 0 | 0 |
1039771 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002268 | 0 | 0 |
1039772 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004292 | 0 | 0 |
1039773 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001196 | 0 | 0 |
1039774 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000942 | 0 | 0 |
1039775 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.013727 | 0 | 0 |
1039776 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001449 | 0 | 0 |
1039777 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001076 | 0 | 0 |
1039778 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.000976 | 0 | 0 |
1039779 | - 2037 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001189 | 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) );