testcases
32 rows where testsuite_id = 31532
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1742849 | - 31532 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.003742 | 0 | 0 |
1742850 | - 31532 | DatabaseIntegrationTest | testValidCovers | 0.001033 | 0 | 0 |
1742851 | - 31532 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012651 | 0 | 0 |
1742852 | - 31532 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003801 | 0 | 0 |
1742853 | - 31532 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003664 | 0 | 0 |
1742854 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.003927 | 0 | 0 |
1742855 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001028 | 0 | 0 |
1742856 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001007 | 0 | 0 |
1742857 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001366 | 0 | 0 |
1742858 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.00093 | 0 | 0 |
1742859 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.000996 | 0 | 0 |
1742860 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001011 | 0 | 0 |
1742861 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.017498 | 0 | 0 |
1742862 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001237 | 0 | 0 |
1742863 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001114 | 0 | 0 |
1742864 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.004162 | 0 | 0 |
1742865 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.010056 | 0 | 0 |
1742866 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001314 | 0 | 0 |
1742867 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001612 | 0 | 0 |
1742868 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.00222 | 0 | 0 |
1742869 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004355 | 0 | 0 |
1742870 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001238 | 0 | 0 |
1742871 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000944 | 0 | 0 |
1742872 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.004121 | 0 | 0 |
1742873 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001346 | 0 | 0 |
1742874 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001029 | 0 | 0 |
1742875 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001045 | 0 | 0 |
1742876 | - 31532 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.00171 | 0 | 0 |
1742877 | - 31532 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001259 | 0 | 0 |
1742878 | - 31532 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001118 | 0 | 0 |
1742879 | - 31532 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001021 | 0 | 0 |
1742880 | - 31532 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000963 | 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) );