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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 200283002: Fix the crash for the AudioShared. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@open_resource3
Patch Set: Created 6 years, 8 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 | « no previous file | ppapi/nacl_irt/plugin_main.cc » ('j') | ppapi/shared_impl/ppb_audio_shared.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index 8d4c3752c53b18cfcca4598ab0eee83bf52a0d3e..39e845ff4c3c786eee1a8fe55e5003a743b50d7c 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1198,7 +1198,8 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClTest, AudioThreadCreator) {
}
// TODO(hidehiko): Enable AudioThreadCreator testing for NonSfi when
Mark Seaborn 2014/04/23 02:28:40 You can remove the TODO now.
hidehiko 2014/04/23 13:32:59 Done.
// PPB_Audio_Shared::SetThreadFunctions is fixed.
-IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClNonSfiTest, DISABLED_AudioThreadCreator) {
+IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClNonSfiTest,
+ MAYBE_NONSFI(AudioThreadCreator)) {
RUN_AUDIO_THREAD_CREATOR_SUBTESTS;
}
« no previous file with comments | « no previous file | ppapi/nacl_irt/plugin_main.cc » ('j') | ppapi/shared_impl/ppb_audio_shared.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698