diff --git a/test/intl/regress-10573.js b/test/intl/regress-10573.js index 94f5e398d9..4804df004c 100644 --- a/test/intl/regress-10573.js +++ b/test/intl/regress-10573.js @@ -26,6 +26,9 @@ function TestEquivalenceClass(eclass) { var shouldMatch = Canonicalize(c1) === Canonicalize(c2); assertEquals(backref.test(cc), shouldMatch); + + //TODO(v8:10591): Update expectations for ΐΐ, ΰΰ, and ſtst once + //case folding is fixed. assertEquals(backrefUnicode.test(cc), true); } }