58b98c0e98
TBR=mstarzinger@chromium.org No-Try: true Bug: v8:7976 Change-Id: I12585016afbf86e3d50bacb45a57ab20b6be72ff Reviewed-on: https://chromium-review.googlesource.com/1148728 Reviewed-by: Clemens Hammacher <clemensh@chromium.org> Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/heads/master@{#54667}
25 lines
847 B
Plaintext
25 lines
847 B
Plaintext
# Copyright 2014 the V8 project authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
[
|
|
['system == macos and asan', {
|
|
# BUG(820416).
|
|
'BitsDeathTest*': [SKIP],
|
|
'LiveRangeUnitTest*': [SKIP],
|
|
'LoggingDeathTest*': [SKIP],
|
|
'LoggingTest.CompareClassTypes': [SKIP],
|
|
'LoggingTest.CompareWithDifferentSignedness': [SKIP],
|
|
'LoggingTest.CompareWithReferenceType': [SKIP],
|
|
'RandomNumberGenerator.NextSampleInvalidParam': [SKIP],
|
|
'RandomNumberGenerator.NextSampleSlowInvalidParam1': [SKIP],
|
|
'RandomNumberGenerator.NextSampleSlowInvalidParam2': [SKIP],
|
|
}], # 'system == macos and asan'
|
|
|
|
['arch == arm and not simulator_run', {
|
|
# Crashes flakily: https://crbug.com/v8/7977
|
|
'TurboAssemblerTest.TestCheck': [SKIP],
|
|
}], # arch == arm and not simulator_run
|
|
|
|
]
|