diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 23:20:50 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 23:20:50 +0000 |
commit | e32ab4e4c2529cc186d4135f6d21c09db0cf07bb (patch) | |
tree | 40304d4d94a3b5a283cc5acb7906f57bdc5ec5ed /ppapi | |
parent | d71d5fc8821a0bb38dc2d14c94a84975ce9fafb0 (diff) | |
download | chromium_src-e32ab4e4c2529cc186d4135f6d21c09db0cf07bb.zip chromium_src-e32ab4e4c2529cc186d4135f6d21c09db0cf07bb.tar.gz chromium_src-e32ab4e4c2529cc186d4135f6d21c09db0cf07bb.tar.bz2 |
PPAPI: Add Var leak checking for WebSockets tests
I tried to add this check previously, but was getting a weird
failure on Win. I'm not seeing it locally, so let's try to add
the check again.
TBR=toyoshim@chromium.org
BUG=173503
Review URL: https://chromiumcodereview.appspot.com/12386029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185613 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/tests/test_case.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_case.h b/ppapi/tests/test_case.h index 47324b6..c2379d1 100644 --- a/ppapi/tests/test_case.h +++ b/ppapi/tests/test_case.h @@ -365,7 +365,7 @@ class TestCaseFactory { "reference leak check"); \ PP_TimeTicks start_time(NowInTimeTicks()); \ instance_->LogTest(#name, \ - error_message, \ + CheckResourcesAndVars(error_message), \ start_time); \ } // TODO(dmichael): Add CheckResourcesAndVars above when Windows tests pass |