File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
src/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -1879,7 +1879,7 @@ public abstract static class JSArrayToLocaleStringNode extends JSArrayOperation
18791879
18801880 public JSArrayToLocaleStringNode (JSContext context , JSBuiltin builtin , boolean isTypedArrayImplementation ) {
18811881 super (context , builtin , isTypedArrayImplementation );
1882- this .passArguments = context .isOptionIntl402 () && ! context . isOptionV8CompatibilityMode () ;
1882+ this .passArguments = context .isOptionIntl402 ();
18831883 this .stringBuilderProfile = StringBuilderProfile .create (context .getStringLengthLimit ());
18841884 }
18851885
Original file line number Diff line number Diff line change 260260 "filePath" : " mjsunit/array-tolocalestring.js" ,
261261 "status" : " FAIL" ,
262262 "comment" : " new failures 2023-10-09"
263- }, {
264- "filePath" : " mjsunit/array-tostring.js" ,
265- "status" : " FAIL" ,
266- "comment" : " new failures 2023-10-09"
267263 }, {
268264 "filePath" : " mjsunit/asm/asm-heap.js" ,
269265 "runInIsolation" : true ,
725721 "filePath" : " mjsunit/es6/typedarray-set-bytelength-not-smi.js" ,
726722 "status" : " FAIL" ,
727723 "comment" : " TODO: evaluate (V8 tests update 2018-10-29)"
728- }, {
729- "filePath" : " mjsunit/es6/typedarray-tostring.js" ,
730- "status" : " FAIL" ,
731- "comment" : " new failures 2023-10-09"
732724 }, {
733725 "filePath" : " mjsunit/es6/typedarray.js" ,
734726 "status" : " FAIL" ,
You can’t perform that action at this time.
0 commit comments