Searched refs:driverDidNotCrash (Results 1 – 3 of 3) sorted by relevance
101 Future<Boolean> driverDidNotCrash = in testDriverDoesNotFailWithParallelWorkload() local107 driverDidNotCrash.get()); in testDriverDoesNotFailWithParallelWorkload()
108 Future<Boolean> driverDidNotCrash = mDriverLivenessValidationExecutor.submit( in testDriverDoesNotFailWithParallelThreads() local114 assertTrue("Driver shouldn't have crashed", driverDidNotCrash.get()); in testDriverDoesNotFailWithParallelThreads()
103 Future<Boolean> driverDidNotCrash = mDriverLivenessValidationExecutor.submit( in testDriverDoesNotFailWithParallelThreads() local126 driverDidNotCrash.get()); in testDriverDoesNotFailWithParallelThreads()