2017-04-27 12:28:05 +00:00
|
|
|
# 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.
|
2017-04-27 14:09:26 +00:00
|
|
|
# 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]],
|
2017-04-27 12:28:05 +00:00
|
|
|
}], # ALWAYS
|
|
|
|
|
2017-04-28 07:35:07 +00:00
|
|
|
['arch == arm and not simulator_run', {
|
|
|
|
# Too slow on chromebooks.
|
|
|
|
'tests/br_table': [SKIP],
|
|
|
|
}], # 'arch == arm and not simulator_run'
|
|
|
|
|
2017-04-27 12:28:05 +00:00
|
|
|
]
|