diff options
| author | Alex Light <allight@google.com> | 2018-01-31 16:47:58 +0000 |
|---|---|---|
| committer | Alex Light <allight@google.com> | 2018-01-31 09:48:16 -0800 |
| commit | 264a486a05e832889b17dd2bbad2d9c6588c3603 (patch) | |
| tree | f6aa966402cf3678ceaac8a7d4c13ee35097ecc4 /cmdline | |
| parent | f346af51a5d44ee0a3cd26e7e0e1b28ec1c5579f (diff) | |
| download | art-264a486a05e832889b17dd2bbad2d9c6588c3603.tar.gz art-264a486a05e832889b17dd2bbad2d9c6588c3603.tar.bz2 art-264a486a05e832889b17dd2bbad2d9c6588c3603.zip | |
Revert "Revert "Make the runtime default to not allowing JDWP again.""
This reverts commit f05c32008de16f669ea8323c4e17beef1df92d20.
We need to change the arguments passed from run-jdwp-tests.sh in some
situations.
Reason for revert: Fixed issue causing go/art-build to fail.
Test: ./art/tools/run-jdwp-tests.sh --mode=host
Bug: 72400560
Change-Id: I2be260479816e3a48df5cb65bba25858750df4db
Diffstat (limited to 'cmdline')
| -rw-r--r-- | cmdline/cmdline_parser_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/cmdline_parser_test.cc b/cmdline/cmdline_parser_test.cc index 1e79fdff1b..3cb9731a17 100644 --- a/cmdline/cmdline_parser_test.cc +++ b/cmdline/cmdline_parser_test.cc @@ -369,7 +369,7 @@ TEST_F(CmdlineParserTest, DISABLED_TestXGcOption) { */ TEST_F(CmdlineParserTest, TestJdwpProviderEmpty) { { - EXPECT_SINGLE_PARSE_DEFAULT_VALUE(JdwpProvider::kInternal, "", M::JdwpProvider); + EXPECT_SINGLE_PARSE_DEFAULT_VALUE(JdwpProvider::kNone, "", M::JdwpProvider); } } // TEST_F |
