Commit 868d1b2d authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Re-enable ProtocolParserTest.Reading

This should be fixed after crrev.com/561824

Bug: 845816
Change-Id: I1f12642c2ab8bea9f56e1c15d23046074ccbe62e
Reviewed-on: https://chromium-review.googlesource.com/1073368
Commit-Queue: Pavel Feldman <pfeldman@chromium.org>
Reviewed-by: default avatarPavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561936}
parent 3c960e0c
...@@ -17,13 +17,7 @@ static std::unique_ptr<protocol::Value> ParseJSON(const String& string) { ...@@ -17,13 +17,7 @@ static std::unique_ptr<protocol::Value> ParseJSON(const String& string) {
return protocol::StringUtil::parseJSON(string); return protocol::StringUtil::parseJSON(string);
} }
// The test fails on Android. https://crbug.com/845816 TEST(ProtocolParserTest, Reading) {
#if defined(OS_ANDROID)
#define MAYBE_Reading DISABLED_Reading
#else
#define MAYBE_Reading Reading
#endif
TEST(ProtocolParserTest, MAYBE_Reading) {
Value* tmp_value; Value* tmp_value;
std::unique_ptr<Value> root; std::unique_ptr<Value> root;
std::unique_ptr<Value> root2; std::unique_ptr<Value> root2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment