home / tests

testcases

32 rows where testsuite_id = 107860

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
3167986 - 107860 DatabaseIntegrationTest testUnknownTableCorruptsResults 0.003053 0 0
3167987 - 107860 DatabaseIntegrationTest testValidCovers 0.000931 0 0
3167988 - 107860 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #0 0.012504 0 0
3167989 - 107860 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #1 0.003867 0 0
3167990 - 107860 DatabaseIntegrationTest testAutomaticSqlGeneration with data set #2 0.003846 0 0
3167991 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Input times are UTC, not local time" 0.004561 0 0
3167992 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test in traditional range..." 0.001277 0 0
3167993 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test prior to 1970 Unix creation myth" 0.001061 0 0
3167994 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Time test after the 2038 32-bit Apocalype" 0.000997 0 0
3167995 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: UTC" 0.000997 0 0
3167996 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: Europe/Paris (UTC+1)" 0.00108 0 0
3167997 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitly specified timezone: America/New_York (UTC-5)" 0.001119 0 0
3167998 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Explicitely specified output language (Dutch)" 0.017745 0 0
3167999 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Preserve tags in #switch default value" 0.00137 0 0
3168000 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 19093: Default values don't fall through in switch" 0.001151 0 0
3168001 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist}}" 0.004249 0 0
3168002 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: {{#ifexist:}} media redirect (bug 32031)" 0.010492 0 0
3168003 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #if" 0.001501 0 0
3168004 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq" 0.001634 0 0
3168005 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifeq entities" 0.002361 0 0
3168006 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #iferror" 0.004615 0 0
3168007 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #ifexpr" 0.001322 0 0
3168008 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Bug 22866: #ifexpr should evaluate "-0" as false" 0.001018 0 0
3168009 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: Templates: Parser functions don't strip whitespace from positional parameters" 0.004619 0 0
3168010 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch" 0.001454 0 0
3168011 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch #default should match next and not last named parameter" 0.00119 0 0
3168012 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch should not match #default as a prefix" 0.001076 0 0
3168013 - 107860 ParserIntegrationTest testParse with data set "funcsParserTests.txt: #switch Test php truthy" 0.001787 0 0
3168014 - 107860 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #len" 0.002351 0 0
3168015 - 107860 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #urldecode" 0.001577 0 0
3168016 - 107860 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos" 0.001248 0 0
3168017 - 107860 ParserIntegrationTest testParse with data set "stringFunctionTests.txt: #pos with too large offset (T209600)" 0.000948 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 6720.22ms