testcases
32 rows where testsuite_id = 2087
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1127764 | - 2087 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.004276 | 0 | 0 |
1127765 | - 2087 | DatabaseIntegrationTest | testValidCovers | 0.001171 | 0 | 0 |
1127766 | - 2087 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012986 | 0 | 0 |
1127767 | - 2087 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.004171 | 0 | 0 |
1127768 | - 2087 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.004015 | 0 | 0 |
1127769 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.004192 | 0 | 0 |
1127770 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.000993 | 0 | 0 |
1127771 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.00103 | 0 | 0 |
1127772 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001375 | 0 | 0 |
1127773 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.000933 | 0 | 0 |
1127774 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001076 | 0 | 0 |
1127775 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.000989 | 0 | 0 |
1127776 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.017262 | 0 | 0 |
1127777 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001234 | 0 | 0 |
1127778 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001113 | 0 | 0 |
1127779 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.00655 | 0 | 0 |
1127780 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.013047 | 0 | 0 |
1127781 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001461 | 0 | 0 |
1127782 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001686 | 0 | 0 |
1127783 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002404 | 0 | 0 |
1127784 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004624 | 0 | 0 |
1127785 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001259 | 0 | 0 |
1127786 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.001008 | 0 | 0 |
1127787 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.004292 | 0 | 0 |
1127788 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001429 | 0 | 0 |
1127789 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.00112 | 0 | 0 |
1127790 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001044 | 0 | 0 |
1127791 | - 2087 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001654 | 0 | 0 |
1127792 | - 2087 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.001225 | 0 | 0 |
1127793 | - 2087 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001204 | 0 | 0 |
1127794 | - 2087 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001061 | 0 | 0 |
1127795 | - 2087 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001424 | 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) );