testcases
32 rows where testsuite_id = 105683
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
3151941 | - 105683 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.004039 | 0 | 0 |
3151942 | - 105683 | DatabaseIntegrationTest | testValidCovers | 0.001021 | 0 | 0 |
3151943 | - 105683 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.012542 | 0 | 0 |
3151944 | - 105683 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.003815 | 0 | 0 |
3151945 | - 105683 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.003742 | 0 | 0 |
3151946 | - 105683 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #len" | 0.004611 | 0 | 0 |
3151947 | - 105683 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #urldecode" | 0.00139 | 0 | 0 |
3151948 | - 105683 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos" | 0.001174 | 0 | 0 |
3151949 | - 105683 | ParserIntegrationTest | testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" | 0.001017 | 0 | 0 |
3151950 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" | 0.001401 | 0 | 0 |
3151951 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test in traditional range..." | 0.001221 | 0 | 0 |
3151952 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" | 0.00114 | 0 | 0 |
3151953 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" | 0.001008 | 0 | 0 |
3151954 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" | 0.001032 | 0 | 0 |
3151955 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" | 0.001064 | 0 | 0 |
3151956 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" | 0.001217 | 0 | 0 |
3151957 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" | 0.016624 | 0 | 0 |
3151958 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" | 0.001259 | 0 | 0 |
3151959 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" | 0.001101 | 0 | 0 |
3151960 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist}}" | 0.002891 | 0 | 0 |
3151961 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" | 0.008549 | 0 | 0 |
3151962 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #if" | 0.001323 | 0 | 0 |
3151963 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq" | 0.001173 | 0 | 0 |
3151964 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifeq entities" | 0.002633 | 0 | 0 |
3151965 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #iferror" | 0.004839 | 0 | 0 |
3151966 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #ifexpr" | 0.001366 | 0 | 0 |
3151967 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" | 0.000991 | 0 | 0 |
3151968 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" | 0.015487 | 0 | 0 |
3151969 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch" | 0.001638 | 0 | 0 |
3151970 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" | 0.001201 | 0 | 0 |
3151971 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" | 0.001044 | 0 | 0 |
3151972 | - 105683 | ParserIntegrationTest | testParse with data set "funcsParserTests.txt: #switch Test php truthy" | 0.001206 | 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) );