testcases
37 rows where testsuite_id = 1989
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
814253 | - 1989 | ContentHandlerSanityTest | testValidCovers | 0.000862 | 0 | 0 |
814254 | - 1989 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.002568 | 0 | 0 |
814255 | - 1989 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.001021 | 0 | 0 |
814256 | - 1989 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.001106 | 0 | 0 |
814257 | - 1989 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.000909 | 0 | 0 |
814258 | - 1989 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.000743 | 0 | 0 |
814259 | - 1989 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.000909 | 0 | 0 |
814260 | - 1989 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.006117 | 0 | 0 |
814261 | - 1989 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.007527 | 0 | 0 |
814262 | - 1989 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.003659 | 0 | 0 |
814263 | - 1989 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.016497 | 0 | 0 |
814264 | - 1989 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.002809 | 0 | 0 |
814265 | - 1989 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.005596 | 0 | 0 |
814266 | - 1989 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.008846 | 0 | 0 |
814267 | - 1989 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.008933 | 0 | 0 |
814268 | - 1989 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.006404 | 0 | 0 |
814269 | - 1989 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.008798 | 0 | 0 |
814270 | - 1989 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.006293 | 0 | 0 |
814271 | - 1989 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.005808 | 0 | 0 |
814272 | - 1989 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.004101 | 0 | 0 |
814273 | - 1989 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.002267 | 0 | 0 |
814274 | - 1989 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.002179 | 0 | 0 |
814275 | - 1989 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.002227 | 0 | 0 |
814276 | - 1989 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.002136 | 0 | 0 |
814277 | - 1989 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.002074 | 0 | 0 |
814278 | - 1989 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.000879 | 0 | 0 |
814279 | - 1989 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.000791 | 0 | 0 |
814280 | - 1989 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.000743 | 0 | 0 |
814281 | - 1989 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.000725 | 0 | 0 |
814282 | - 1989 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.000702 | 0 | 0 |
814283 | - 1989 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.000695 | 0 | 0 |
814284 | - 1989 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.00197 | 0 | 0 |
814285 | - 1989 | DatabaseIntegrationTest | testUniformTablePrefix | 0.002881 | 0 | 0 |
814286 | - 1989 | DatabaseIntegrationTest | testValidCovers | 0.001165 | 0 | 0 |
814287 | - 1989 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.150404 | 0 | 0 |
814288 | - 1989 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.140039 | 0 | 0 |
814289 | - 1989 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.123324 | 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) );