From f6020a88f6de737b78f38defd87efef8e21b90d4 Mon Sep 17 00:00:00 2001
From: Yoshi Cheng-Hao Huang <allstars.chh@gmail.com>
Date: Tue, 30 May 2023 20:19:02 +0000
Subject: [PATCH] Bug 1808799 : Don't skip
 test262/intl402/NumberFormat/constructor-roundingIncrement.js. r=dminor

Originally the test has been updated in https://github.com/tc39/test262/commit/e6c6460a5b94e32e01ce9a9d236f3148d4648ce5.
But later the update has been reverted in https://github.com/tc39/test262/commit/f5e2214b3042c0d3f8a1a29f7cf496572ca8bccd

Differential Revision: https://phabricator.services.mozilla.com/D179439
---
 js/src/tests/jstests.list | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/js/src/tests/jstests.list b/js/src/tests/jstests.list
index a0be1fdbfa038..d144bbd841589 100644
--- a/js/src/tests/jstests.list
+++ b/js/src/tests/jstests.list
@@ -612,9 +612,6 @@ skip script test262/built-ins/AsyncGeneratorPrototype/return/return-suspendedYie
 # https://github.com/tc39/proposal-intl-numberformat-v3/pull/107
 skip script test262/intl402/NumberFormat/test-option-useGrouping.js
 
-# https://bugzilla.mozilla.org/show_bug.cgi?id=1808799
-skip script test262/intl402/NumberFormat/constructor-roundingIncrement.js
-
 ###########################################################
 # Tests disabled due to issues in test262 importer script #
 ###########################################################
-- 
GitLab