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

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

Issue 1992773002: [SyzyAsan] Enable Crashpad reporter as a 50/50 experiment. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Fix broken unittest. Created 4 years, 7 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
« no previous file with comments | « syzygy/agent/asan/reporters/crashpad_reporter.cc ('k') | syzygy/agent/asan/runtime.h » ('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 59fc9881a3e5abe37f7499c45497c76f814d313b..c6583abca23a9faa52b62a4b30982af52b328c95 100644
--- a/syzygy/agent/asan/rtl_unittest.cc
+++ b/syzygy/agent/asan/rtl_unittest.cc
@@ -660,10 +660,11 @@ TEST_F(AsanRtlTest, EnumFeatures) {
EXPECT_EQ("Enabled", experiments["SyzyASANPageProtections"]);
EXPECT_EQ("Enabled", experiments["SyzyASANLargeBlockHeap"]);
+ EXPECT_EQ("Disabled", experiments["SyzyASANCrashpad"]);
// This implicitly asserts the full contents of the map by asserting
// on the size after looking up the expected keys.
- EXPECT_EQ(2U, experiments.size());
+ EXPECT_EQ(3U, experiments.size());
}
} // namespace asan
« no previous file with comments | « syzygy/agent/asan/reporters/crashpad_reporter.cc ('k') | syzygy/agent/asan/runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698