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
1879
1879
1880
1880
public JSArrayToLocaleStringNode (JSContext context , JSBuiltin builtin , boolean isTypedArrayImplementation ) {
1881
1881
super (context , builtin , isTypedArrayImplementation );
1882
- this .passArguments = context .isOptionIntl402 () && ! context . isOptionV8CompatibilityMode () ;
1882
+ this .passArguments = context .isOptionIntl402 ();
1883
1883
this .stringBuilderProfile = StringBuilderProfile .create (context .getStringLengthLimit ());
1884
1884
}
1885
1885
Original file line number Diff line number Diff line change 260
260
"filePath" : " mjsunit/array-tolocalestring.js" ,
261
261
"status" : " FAIL" ,
262
262
"comment" : " new failures 2023-10-09"
263
- }, {
264
- "filePath" : " mjsunit/array-tostring.js" ,
265
- "status" : " FAIL" ,
266
- "comment" : " new failures 2023-10-09"
267
263
}, {
268
264
"filePath" : " mjsunit/asm/asm-heap.js" ,
269
265
"runInIsolation" : true ,
725
721
"filePath" : " mjsunit/es6/typedarray-set-bytelength-not-smi.js" ,
726
722
"status" : " FAIL" ,
727
723
"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"
732
724
}, {
733
725
"filePath" : " mjsunit/es6/typedarray.js" ,
734
726
"status" : " FAIL" ,
You can’t perform that action at this time.
0 commit comments