testcases
32 rows where testsuite_id = 2146
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1324786 | - 2146 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003454 | 0 | 0 |
1324787 | - 2146 | DatabaseIntegrationTest | testValidCovers | 0.00116 | 0 | 0 |
1324788 | - 2146 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012334 | 0 | 0 |
1324789 | - 2146 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003941 | 0 | 0 |
1324790 | - 2146 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004316 | 0 | 0 |
1324791 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.004072 | 0 | 0 |
1324792 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.0011 | 0 | 0 |
1324793 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.000958 | 0 | 0 |
1324794 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001383 | 0 | 0 |
1324795 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.000942 | 0 | 0 |
1324796 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001048 | 0 | 0 |
1324797 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001076 | 0 | 0 |
1324798 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.016621 | 0 | 0 |
1324799 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001076 | 0 | 0 |
1324800 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001107 | 0 | 0 |
1324801 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003838 | 0 | 0 |
1324802 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.009863 | 0 | 0 |
1324803 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001348 | 0 | 0 |
1324804 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001548 | 0 | 0 |
1324805 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002242 | 0 | 0 |
1324806 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004679 | 0 | 0 |
1324807 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001208 | 0 | 0 |
1324808 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000909 | 0 | 0 |
1324809 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.004202 | 0 | 0 |
1324810 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001378 | 0 | 0 |
1324811 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001047 | 0 | 0 |
1324812 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001299 | 0 | 0 |
1324813 | - 2146 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.002244 | 0 | 0 |
1324814 | - 2146 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001325 | 0 | 0 |
1324815 | - 2146 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001135 | 0 | 0 |
1324816 | - 2146 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.000965 | 0 | 0 |
1324817 | - 2146 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000921 | 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) );