testcases
37 rows where testsuite_id = 169671
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5273287 | - 169671 | ContentHandlerSanityTest | testValidCovers | 0.000982 | 0 | 0 |
5273288 | - 169671 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.002014 | 0 | 0 |
5273289 | - 169671 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.001074 | 0 | 0 |
5273290 | - 169671 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.001008 | 0 | 0 |
5273291 | - 169671 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.000905 | 0 | 0 |
5273292 | - 169671 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.000762 | 0 | 0 |
5273293 | - 169671 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.000862 | 0 | 0 |
5273294 | - 169671 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.005911 | 0 | 0 |
5273295 | - 169671 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.007192 | 0 | 0 |
5273296 | - 169671 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.003051 | 0 | 0 |
5273297 | - 169671 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.012874 | 0 | 0 |
5273298 | - 169671 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.00239 | 0 | 0 |
5273299 | - 169671 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.004603 | 0 | 0 |
5273300 | - 169671 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.006413 | 0 | 0 |
5273301 | - 169671 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.006833 | 0 | 0 |
5273302 | - 169671 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.004787 | 0 | 0 |
5273303 | - 169671 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.006775 | 0 | 0 |
5273304 | - 169671 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.005011 | 0 | 0 |
5273305 | - 169671 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.004964 | 0 | 0 |
5273306 | - 169671 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.003373 | 0 | 0 |
5273307 | - 169671 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.001967 | 0 | 0 |
5273308 | - 169671 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.002016 | 0 | 0 |
5273309 | - 169671 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.004777 | 0 | 0 |
5273310 | - 169671 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.004607 | 0 | 0 |
5273311 | - 169671 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.003192 | 0 | 0 |
5273312 | - 169671 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.001356 | 0 | 0 |
5273313 | - 169671 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.001256 | 0 | 0 |
5273314 | - 169671 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.001229 | 0 | 0 |
5273315 | - 169671 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.000887 | 0 | 0 |
5273316 | - 169671 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.000903 | 0 | 0 |
5273317 | - 169671 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.000868 | 0 | 0 |
5273318 | - 169671 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.002114 | 0 | 0 |
5273319 | - 169671 | DatabaseIntegrationTest | testUniformTablePrefix | 0.002571 | 0 | 0 |
5273320 | - 169671 | DatabaseIntegrationTest | testValidCovers | 0.0013 | 0 | 0 |
5273321 | - 169671 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.122921 | 0 | 0 |
5273322 | - 169671 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.116691 | 0 | 0 |
5273323 | - 169671 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.107913 | 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) );