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

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

Issue 2526563002: Add a target to run the SyzyAsan RTL unittests in 4G (Closed)
Patch Set: Address nits. 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
« no previous file with comments | « syzygy/agent/asan/dummy_shadow.cc ('k') | syzygy/agent/asan/runtime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e092d001826cac8933a3195be6ea1b8f5f9c0b4d 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();
+
FARPROC check_access_fn =
::GetProcAddress(asan_rtl_, tester_.function_name());
ASSERT_TRUE(check_access_fn != NULL);
« no previous file with comments | « syzygy/agent/asan/dummy_shadow.cc ('k') | syzygy/agent/asan/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698