Index: test/mjsunit/es6/regexp-flags.js |
diff --git a/test/mjsunit/es6/regexp-flags.js b/test/mjsunit/es6/regexp-flags.js |
index 9760cf8d5de226375ab77a2308ae632f98cb7131..2bcccfa760509a5be82d6ba8ea1f38a64f0172fb 100644 |
--- a/test/mjsunit/es6/regexp-flags.js |
+++ b/test/mjsunit/es6/regexp-flags.js |
@@ -45,12 +45,8 @@ |
// Overridden flag getters affect string.replace |
// TODO(adamk): Add more tests here once we've switched |
// to use [[OriginalFlags]] in more cases. |
-// TODO(jgruber): This exact case actually causes an infinite loop in the spec |
-// (@@replace sees global = true while BuiltinExec sees global = false). |
-// Comment the test for now and remove / fix once this has been resolved on |
-// the spec side. |
-//assertEquals(expected, string.replace(r3, "X")); |
-//assertEquals(5, get_count); |
+assertEquals(expected, string.replace(r3, "X")); |
+assertEquals(5, get_count); |
function testName(name) { |