[test] skip all Torque unittests on Mac Arm64
Change-Id: I0dbb0e800908d02a783393c3e329d306316b03c7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3585949 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Tobias Tebbi <tebbi@chromium.org> Cr-Commit-Position: refs/heads/main@{#79985}
This commit is contained in:
parent
b32605ee8d
commit
52fd8054be
@ -20,11 +20,9 @@
|
||||
['system == macos and arch == arm64 and not simulator_run', {
|
||||
# Throwing C++ exceptions doesn't work; probably because the unittests
|
||||
# binary is built with -fno-exceptions?
|
||||
'LanguageServerJson.LexerError': [SKIP],
|
||||
'LanguageServerJson.ParserError': [SKIP],
|
||||
'Torque.DoubleUnderScorePrefixIllegalForIdentifiers': [SKIP],
|
||||
'Torque.Enums': [SKIP],
|
||||
'Torque.ImportNonExistentFile': [SKIP],
|
||||
'LanguageServerJson.*': [SKIP],
|
||||
'LanguageServer.*': [SKIP],
|
||||
'Torque.*': [SKIP],
|
||||
|
||||
# Test uses fancy signal handling. Needs investigation.
|
||||
'MemoryAllocationPermissionsTest.DoTest': [SKIP],
|
||||
|
Loading…
Reference in New Issue
Block a user