home / tests

testcases

32 rows where testsuite_id = 108950

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
3210808 - 108950 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003901 0 0
3210809 - 108950 DatabaseIntegrationTest testValidCovers 0.001037 0 0
3210810 - 108950 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.012726 0 0
3210811 - 108950 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.004528 0 0
3210812 - 108950 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.004037 0 0
3210813 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.007869 0 0
3210814 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001814 0 0
3210815 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001923 0 0
3210816 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.001911 0 0
3210817 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.001989 0 0
3210818 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.002252 0 0
3210819 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.00167 0 0
3210820 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.020879 0 0
3210821 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.002008 0 0
3210822 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001386 0 0
3210823 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.005346 0 0
3210824 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.01628 0 0
3210825 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001742 0 0
3210826 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.002043 0 0
3210827 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002765 0 0
3210828 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004733 0 0
3210829 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001617 0 0
3210830 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001244 0 0
3210831 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.004737 0 0
3210832 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.0018 0 0
3210833 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.001411 0 0
3210834 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.003565 0 0
3210835 - 108950 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.002985 0 0
3210836 - 108950 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.001501 0 0
3210837 - 108950 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.00141 0 0
3210838 - 108950 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001255 0 0
3210839 - 108950 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.001178 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
        );
Powered by Datasette · Queries took 5541.385ms