mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1475335: Restrict TestInjectEject gtests to nightly builds;r=aklotz
MozReview-Commit-ID: 4zzm7DN5mBm --HG-- extra : rebase_source : 63c545d06512102ba8ff69a13226a5af6355eff8
This commit is contained in:
parent
56fb4472fd
commit
b3ec4a65d9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user