Commit 8d389204 authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[log][test] Skip log_two_byte.js test in predictable mode

Allocating the log string causes allocation differences.
Skipping test for now.

Drive-by-fix: remove two more console.log from test

Bug: v8:10966, v8:10668
Change-Id: Ifb93393fb82a983e779246ea728b1f6caf650426
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2436457
Auto-Submit: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70197}
parent 942c2ef8
...@@ -984,6 +984,9 @@ ...@@ -984,6 +984,9 @@
# BUG(v8:9975). # BUG(v8:9975).
'es6/typedarray-copywithin': [SKIP], 'es6/typedarray-copywithin': [SKIP],
# BUG(https://crbug.com/v8/10966)
'tools/log_two_byte': [SKIP],
}], # 'predictable == True' }], # 'predictable == True'
############################################################################## ##############################################################################
......
...@@ -20,9 +20,6 @@ function testFunctionWithFunnyName(o) { ...@@ -20,9 +20,6 @@ function testFunctionWithFunnyName(o) {
for (let i = 0; i < 1000; i++) { for (let i = 0; i < 1000; i++) {
result += o[twoByteName](object); result += o[twoByteName](object);
} }
console.log(result);
console.log(twoByteName);
})(); })();
var __v_3 = {}; var __v_3 = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment