Commit 5fec7ad2 authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[msjunit] Skip module import test in stress_snapshot

The test creates an import error that references the current Script for
reporting the error location back to the embedder.

- This is not supported by the serializer
- We don't expect parse/import errors for serialization

Bug: v8:6513
Change-Id: Idf98e7ae189e8ffeaa478e5118a7b3f2d2c06047
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2497171Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70754}
parent 0798cc58
...@@ -1283,6 +1283,8 @@ ...@@ -1283,6 +1283,8 @@
# Investigate (IsScript). # Investigate (IsScript).
'harmony/import-from-compilation-errored': [SKIP], 'harmony/import-from-compilation-errored': [SKIP],
'harmony/private-fields-special-object': [SKIP], 'harmony/private-fields-special-object': [SKIP],
# Skip, since import errors since they refer to the script via debug symbols
'harmony/import-from-instantiation-errored': [SKIP],
# Investigate (JSFunction in startup serializer). # Investigate (JSFunction in startup serializer).
'regress/regress-1034394': [SKIP], 'regress/regress-1034394': [SKIP],
'regress/regress-863810': [SKIP], 'regress/regress-863810': [SKIP],
......
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