[turbofan] Fix a test
The test relies on certain maps not dying but didn't ensure that. Bug: v8:10783 Change-Id: I708f7fc027ee0bf5656be9bb4f29130f5b924597 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2340912 Reviewed-by: Marja Hölttä <marja@chromium.org> Commit-Queue: Georg Neis <neis@chromium.org> Auto-Submit: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/master@{#69282}
This commit is contained in:
parent
83e4c8b11d
commit
4b84b33a63
@ -41,11 +41,11 @@ function foo() {
|
||||
%PrepareFunctionForOptimization(foo);
|
||||
|
||||
// Make 'this.x' access in C megamorhpic.
|
||||
new C;
|
||||
new D;
|
||||
new E;
|
||||
new F;
|
||||
new G;
|
||||
var c = new C;
|
||||
var d = new D;
|
||||
var e = new E;
|
||||
var f = new F;
|
||||
var g = new G;
|
||||
|
||||
foo();
|
||||
foo();
|
||||
|
@ -77,9 +77,6 @@
|
||||
'wasm/shared-memory-worker-explicit-gc-stress': [PASS, SLOW],
|
||||
'wasm/shared-memory-worker-gc-stress': [PASS, SLOW],
|
||||
|
||||
# https://crbug.com/v8/10783
|
||||
'compiler/serializer-transition-propagation': [PASS, FAIL],
|
||||
|
||||
##############################################################################
|
||||
# Tests where variants make no sense.
|
||||
'd8/enable-tracing': [PASS, NO_VARIANTS],
|
||||
|
Loading…
Reference in New Issue
Block a user