| Index: ppapi/proxy/ppb_var_unittest.cc
|
| ===================================================================
|
| --- ppapi/proxy/ppb_var_unittest.cc (revision 187715)
|
| +++ ppapi/proxy/ppb_var_unittest.cc (working copy)
|
| @@ -164,7 +164,11 @@
|
|
|
| } // namespace
|
|
|
| +#ifdef ENABLE_PEPPER_THREADING
|
| TEST_F(PPB_VarTest, Threads) {
|
| +#else
|
| +TEST_F(PPB_VarTest, DISABLED_Threads) {
|
| +#endif
|
| std::vector<base::PlatformThreadHandle> create_var_threads(kNumThreads);
|
| std::vector<CreateVarThreadDelegate> create_var_delegates;
|
| // The strings that the threads will re-extract from Vars (so we can check
|
|
|