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

  /external/chromium_org/testing/gtest/test/
gtest_throw_on_failure_test.py 83 def RunAndVerify(self, env_var_value, flag_value, should_fail):
92 should_fail: True iff the program is expected to fail.
113 if should_fail:
126 self.assert_(failed == should_fail, msg)
131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False)
138 should_fail=False)
141 should_fail=True)
148 should_fail=False)
151 should_fail=True)
158 should_fail=False
    [all...]
  /external/gtest/test/
gtest_throw_on_failure_test.py 83 def RunAndVerify(self, env_var_value, flag_value, should_fail):
92 should_fail: True iff the program is expected to fail.
113 if should_fail:
126 self.assert_(failed == should_fail, msg)
131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False)
138 should_fail=False)
141 should_fail=True)
148 should_fail=False)
151 should_fail=True)
158 should_fail=False
    [all...]
  /external/chromium_org/tools/clang/plugins/tests/
weak_ptr_factory.cpp 32 namespace should_fail { namespace
45 } // namespace should_fail
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakedtlsidentityservice.h 82 void set_should_fail(bool should_fail) {
83 should_fail_ = should_fail;
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_mock.cc 131 void SyncBackendHostMock::set_fail_initial_download(bool should_fail) {
132 fail_initial_download_ = should_fail;
sync_backend_host_mock.h 110 void set_fail_initial_download(bool should_fail);
  /external/chromium_org/native_client_sdk/src/build_tools/
verify_ppapi.py 154 should_fail = True
162 should_fail = False
164 if should_fail:
  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestMemView.py 14 e = self.should_fail(lambda: self.fragment(s), Errors.CompileError)
TestBuffer.py 18 e = self.should_fail(lambda: self.fragment(s), Errors.CompileError)
69 # e = self.should_fail(lambda: self.parse_opts(opts))
  /external/chromium_org/third_party/cython/src/Cython/
TestUtils.py 97 def should_fail(self, func, exc_type=Exception): member in class:CythonTest

Completed in 805 milliseconds