Commit c02e40b4 authored by yzshen@chromium.org's avatar yzshen@chromium.org

Enable some JsToCppTests.

BUG=366797
TEST=None

Review URL: https://codereview.chromium.org/303233009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274126 0039d316-1c4b-4281-b951-d872f2087c98
parent 9d1657d9
...@@ -433,8 +433,7 @@ TEST_F(JsToCppTest, Echo) { ...@@ -433,8 +433,7 @@ TEST_F(JsToCppTest, Echo) {
EXPECT_TRUE(cpp_side_connection.DidSucceed()); EXPECT_TRUE(cpp_side_connection.DidSucceed());
} }
// TODO(tsepez): Disabled due to http://crbug.com/366797. TEST_F(JsToCppTest, BitFlip) {
TEST_F(JsToCppTest, DISABLED_BitFlip) {
if (IsRunningOnIsolatedBot()) if (IsRunningOnIsolatedBot())
return; return;
...@@ -443,8 +442,7 @@ TEST_F(JsToCppTest, DISABLED_BitFlip) { ...@@ -443,8 +442,7 @@ TEST_F(JsToCppTest, DISABLED_BitFlip) {
EXPECT_TRUE(cpp_side_connection.DidSucceed()); EXPECT_TRUE(cpp_side_connection.DidSucceed());
} }
// TODO(tsepez): Disabled due to http://crbug.com/366797. TEST_F(JsToCppTest, BackPointer) {
TEST_F(JsToCppTest, DISABLED_BackPointer) {
if (IsRunningOnIsolatedBot()) if (IsRunningOnIsolatedBot())
return; return;
......
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