Bug 1475335: Restrict TestInjectEject gtests to nightly builds;r=aklotz

MozReview-Commit-ID: 4zzm7DN5mBm

--HG--
extra : rebase_source : 63c545d06512102ba8ff69a13226a5af6355eff8
This commit is contained in:
Carl Corcoran 2018-07-13 16:59:52 +02:00
parent 56fb4472fd
commit b3ec4a65d9

View File

@ -226,6 +226,7 @@ DoTest_CreateRemoteThread_LoadLibrary(TgetArgsProc aGetArgsProc)
return;
}
#if defined(NIGHTLY_BUILD)
TEST(TestInjectEject, CreateRemoteThread_LoadLibraryA)
{
DoTest_CreateRemoteThread_LoadLibrary([](const nsString& dllPath,
@ -275,3 +276,4 @@ TEST(TestInjectEject, CreateRemoteThread_LoadLibraryExA)
aThreadParam = (uintptr_t)dllPathC.get();
});
}
#endif // defined(NIGHTLY_BUILD)