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

  /external/chromium_org/ppapi/tests/
testing_instance.h 154 // runs only tests whose name contains test_filter_ as a substring.
155 std::string test_filter_; member in class:TestingInstance
testing_instance.cc 71 test_filter_ = argv[i];
189 current_case_->RunTests(test_filter_);
193 "restrictive: '" + test_filter_ + "'.");

Completed in 37 milliseconds