Commit 805e3ec2 authored by Daniel Minor's avatar Daniel Minor
Browse files

Bug 1826574 - Enable test262 tests for Unicode Sets; r=iain

parent 1f0554fa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ UNSUPPORTED_FEATURES = set(
        "json-modules",  # Bug 1670176
        "resizable-arraybuffer",  # Bug 1670026
        "Temporal",  # Bug 1519167
        "regexp-v-flag",  # Bug 1713657
        "decorators",  # Bug 1435869
        "regexp-duplicate-named-groups",  # Bug 1773135
        "symbols-as-weakmap-keys",  # Bug 1710433
+1 −0
Original line number Diff line number Diff line
commit 6da1d4c82cf8e7d71f43ad78150ab2c8a4e342e6
Merge: 9964fa962a 4a8135e01e
Author: Jordan Harband <ljharb@gmail.com>
Date:   Tue Mar 28 00:34:15 2023 -0700

+1 −1
Original line number Diff line number Diff line
// |reftest| skip error:SyntaxError -- regexp-v-flag is not supported
// |reftest| error:SyntaxError
// Copyright 2022 Mathias Bynens. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

+1 −1
Original line number Diff line number Diff line
// |reftest| skip error:SyntaxError -- regexp-v-flag is not supported
// |reftest| error:SyntaxError
// Copyright 2022 Mathias Bynens. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

+1 −1
Original line number Diff line number Diff line
// |reftest| skip error:SyntaxError -- regexp-v-flag is not supported
// |reftest| error:SyntaxError
// Copyright 2022 Mathias Bynens. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Loading