HomeSort by relevance Sort by last modified time
    Searched refs:remaining_tests (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/tests/
test_case.cc 52 // test names and insert the un-prefixed names into |remaining_tests|, with
55 std::map<std::string, bool>* remaining_tests) {
71 PP_DCHECK(remaining_tests->count(test_name_without_case) == 0);
72 remaining_tests->insert(
76 remaining_tests->erase(std::string());
testing_instance.cc 217 if (current_case_->remaining_tests().size()) {
222 current_case_->remaining_tests().begin();
223 for (; iter != current_case_->remaining_tests().end(); ++iter) {
test_case.h 93 const std::map<std::string, bool>& remaining_tests() { function in class:TestCase
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 206 def _handle_device_failed(self, worker_name, list_name, remaining_tests):
208 if remaining_tests:
209 self._shards_to_redo.append(TestShard(list_name, remaining_tests))

Completed in 73 milliseconds