testcases
32 rows where testsuite_id = 2007
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
893577 | - 2007 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.00359 | 0 | 0 |
893578 | - 2007 | DatabaseIntegrationTest | testValidCovers | 0.001048 | 0 | 0 |
893579 | - 2007 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012904 | 0 | 0 |
893580 | - 2007 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003861 | 0 | 0 |
893581 | - 2007 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003824 | 0 | 0 |
893582 | - 2007 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.004497 | 0 | 0 |
893583 | - 2007 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.001303 | 0 | 0 |
893584 | - 2007 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001009 | 0 | 0 |
893585 | - 2007 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.000968 | 0 | 0 |
893586 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001328 | 0 | 0 |
893587 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001117 | 0 | 0 |
893588 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.001032 | 0 | 0 |
893589 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.00096 | 0 | 0 |
893590 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001017 | 0 | 0 |
893591 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001076 | 0 | 0 |
893592 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001073 | 0 | 0 |
893593 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.018 | 0 | 0 |
893594 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.00124 | 0 | 0 |
893595 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001111 | 0 | 0 |
893596 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.003403 | 0 | 0 |
893597 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.010067 | 0 | 0 |
893598 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.00131 | 0 | 0 |
893599 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001095 | 0 | 0 |
893600 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002233 | 0 | 0 |
893601 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.00457 | 0 | 0 |
893602 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001214 | 0 | 0 |
893603 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000958 | 0 | 0 |
893604 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.014599 | 0 | 0 |
893605 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001528 | 0 | 0 |
893606 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001092 | 0 | 0 |
893607 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.00101 | 0 | 0 |
893608 | - 2007 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001228 | 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) );