Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(960)

Unified Diff: ppapi/tests/test_case.h

Issue 12096099: PPAPI: Fix WebSocket Var ref leak receiving binary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the leak check until I can figure out why it still fails for 2 Windows tests. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/shared_impl/var_tracker.cc ('k') | ppapi/tests/test_websocket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_case.h
diff --git a/ppapi/tests/test_case.h b/ppapi/tests/test_case.h
index b06f9418a7ee12660cf758985203298d7e0c3ac1..c7699963b64f112e50a9e08f6e1cbb2cbdb3a051 100644
--- a/ppapi/tests/test_case.h
+++ b/ppapi/tests/test_case.h
@@ -315,6 +315,8 @@ class TestCaseFactory {
"reference leak check"); \
instance_->LogTest(#name, error_message); \
}
+// TODO(dmichael): Add CheckResourcesAndVars above when Windows tests pass
+// cleanly. crbug.com/173503
// Helper macros for checking values in tests, and returning a location
// description of the test fails.
« no previous file with comments | « ppapi/shared_impl/var_tracker.cc ('k') | ppapi/tests/test_websocket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698