d9b8e463c9
R=machenbach@chromium.org BUG=v8:6318 NOTRY=true NOTREECHECKS=true Change-Id: If57bc5bab8d2544519f140ee4a19aa89b1125fd7 Reviewed-on: https://chromium-review.googlesource.com/488603 Commit-Queue: Andreas Haas <ahaas@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#44937}
19 lines
826 B
Plaintext
19 lines
826 B
Plaintext
# Copyright 2016 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.
|
|
|
|
[
|
|
[ALWAYS, {
|
|
# These tests fail because mips does not support the correct NaN bit patterns.
|
|
'tests/float_misc': [PASS, ['arch == mipsel or arch == mips64el', SKIP]],
|
|
'tests/float_exprs': [PASS, ['arch == mipsel or arch == mips64el', SKIP]],
|
|
'tests/f32': [PASS, ['arch == mipsel or arch == mips64el', SKIP]],
|
|
'tests/f64': [PASS, ['arch == mipsel or arch == mips64el', SKIP]],
|
|
|
|
#TODO(ahaas): Add additional stack checks on mips.
|
|
# Issue 6318: Stack checks for functions with huge stack frames fail on x64 and ia32
|
|
'tests/skip-stack-guard-page': [PASS, ['arch == mipsel or arch == mips64el or arch == x64 or arch == ia32', SKIP]],
|
|
}], # ALWAYS
|
|
|
|
]
|