Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index fb2a98c8f6619e82926439835b5f98c1c395450a..928e0057163be3f92a5c5ec7258560d7bfcc6f2a 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -134,6 +134,9 @@ |
'strong/load-property-mutate-backing-store': [SKIP], |
'strong/load-super': [SKIP], |
'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbofan. |
+ 'strong/object-delete': [SKIP], |
+ 'strong/object-freeze-property': [SKIP], |
+ 'strong/object-set-prototype': [SKIP], |
# Issue 4035: unexpected frame->context() in debugger |
'regress/regress-crbug-107996': [PASS, NO_VARIANTS], |