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

Unified Diff: syzygy/agent/asan/rtl_unittest.cc

Issue 2526563002: Add a target to run the SyzyAsan RTL unittests in 4G (Closed)
Patch Set: Disable the wild access test in 4G. Created 4 years, 1 month 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
Index: syzygy/agent/asan/rtl_unittest.cc
diff --git a/syzygy/agent/asan/rtl_unittest.cc b/syzygy/agent/asan/rtl_unittest.cc
index cf7f50679293f045458996a88a252d7dbf168893..b3a806db1e04500be04dcd5daa131c5387144c09 100644
--- a/syzygy/agent/asan/rtl_unittest.cc
+++ b/syzygy/agent/asan/rtl_unittest.cc
@@ -19,6 +19,7 @@
#include "syzygy/agent/asan/rtl_impl.h"
#include "syzygy/agent/asan/runtime.h"
#include "syzygy/agent/asan/unittest_util.h"
+#include "syzygy/testing/laa.h"
namespace agent {
namespace asan {
@@ -270,6 +271,8 @@ TYPED_TEST(AsanRtlTypedTest, AsanCheckDoubleFree) {
}
TYPED_TEST(AsanRtlTypedTest, AsanCheckWildAccess) {
+ TEST_ONLY_SUPPORTS_2G()
chrisha 2016/11/23 15:19:27 ;
Sébastien Marchand 2016/11/23 15:28:04 Done.
+
FARPROC check_access_fn =
::GetProcAddress(asan_rtl_, tester_.function_name());
ASSERT_TRUE(check_access_fn != NULL);

Powered by Google App Engine
This is Rietveld 408576698