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

Unified Diff: mojo/apps/js/test/js_to_cpp_unittest.cc

Issue 303233009: Enable some JsToCppTests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/test/js_to_cpp_unittest.cc
diff --git a/mojo/apps/js/test/js_to_cpp_unittest.cc b/mojo/apps/js/test/js_to_cpp_unittest.cc
index 7b5e5ef198e1c0dffedcf3ebb74c7b0381efa90e..74bc7ed6ec0c790b808b8201ad666b5ef1cc4081 100644
--- a/mojo/apps/js/test/js_to_cpp_unittest.cc
+++ b/mojo/apps/js/test/js_to_cpp_unittest.cc
@@ -433,8 +433,7 @@ TEST_F(JsToCppTest, Echo) {
EXPECT_TRUE(cpp_side_connection.DidSucceed());
}
-// TODO(tsepez): Disabled due to http://crbug.com/366797.
-TEST_F(JsToCppTest, DISABLED_BitFlip) {
+TEST_F(JsToCppTest, BitFlip) {
if (IsRunningOnIsolatedBot())
return;
@@ -443,8 +442,7 @@ TEST_F(JsToCppTest, DISABLED_BitFlip) {
EXPECT_TRUE(cpp_side_connection.DidSucceed());
}
-// TODO(tsepez): Disabled due to http://crbug.com/366797.
-TEST_F(JsToCppTest, DISABLED_BackPointer) {
+TEST_F(JsToCppTest, BackPointer) {
if (IsRunningOnIsolatedBot())
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698