| Index: mojo/public/cpp/bindings/tests/pickle_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/pickle_unittest.cc b/mojo/public/cpp/bindings/tests/pickle_unittest.cc
|
| index e5cc26709a793dd3fbe2981e21bec6ee9434094a..39f0572d8da28106bd368a3889b5e8b1a999cb6b 100644
|
| --- a/mojo/public/cpp/bindings/tests/pickle_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/pickle_unittest.cc
|
| @@ -182,8 +182,9 @@ class PickleTest : public testing::Test {
|
|
|
| } // namespace
|
|
|
| -#if _MSC_FULL_VER == 191025017
|
| -// Disabled due to this VS 2017 RTM code-gen bug:
|
| +#if _MSC_FULL_VER == 191025017 || _MSC_FULL_VER == 191125303
|
| +// Disabled due to this VS 2017 RTM code-gen bug, still present in Update 3
|
| +// Preview 1:
|
| // https://developercommunity.visualstudio.com/content/problem/40904/bad-code-gen-in-chromes-mojo-public-bindings-unitt.html
|
| #define MAYBE_ChromiumProxyToChromiumService \
|
| DISABLED_ChromiumProxyToChromiumService
|
|
|