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

Unified Diff: syzygy/integration_tests/integration_tests_dll.cc

Issue 2972893002: Split the integration test cases into asan and non asan. (Closed)
Patch Set: Created 3 years, 5 months 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/integration_tests/integration_tests_dll.cc
diff --git a/syzygy/integration_tests/integration_tests_dll.cc b/syzygy/integration_tests/integration_tests_dll.cc
index ec5cd23334d824c0388b768b88d035707cbf466b..3d5a384b8874a3027f5f6b108bd56a9f58988b31 100644
--- a/syzygy/integration_tests/integration_tests_dll.cc
+++ b/syzygy/integration_tests/integration_tests_dll.cc
@@ -20,11 +20,13 @@
#include "syzygy/integration_tests/asan_check_tests.h"
#include "syzygy/integration_tests/asan_interceptors_tests.h"
#include "syzygy/integration_tests/asan_page_protection_tests.h"
+#ifndef __clang__
#include "syzygy/integration_tests/bb_entry_tests.h"
#include "syzygy/integration_tests/behavior_tests.h"
#include "syzygy/integration_tests/coverage_tests.h"
-#include "syzygy/integration_tests/deferred_free_tests.h"
#include "syzygy/integration_tests/profile_tests.h"
+#endif // __clang__
+#include "syzygy/integration_tests/deferred_free_tests.h"
BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) {
return TRUE;

Powered by Google App Engine
This is Rietveld 408576698