2014-08-06 09:35:21 +00:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
[
|
2016-11-28 10:51:07 +00:00
|
|
|
[ALWAYS, {
|
|
|
|
# BUG(5677): Real timers are flaky
|
|
|
|
'RuntimeCallStatsTest.*': [SKIP],
|
|
|
|
}], # ALWAYS
|
|
|
|
|
2016-06-29 09:00:13 +00:00
|
|
|
['arch == x87', {
|
|
|
|
'Ieee754.Expm1': [SKIP],
|
|
|
|
'Ieee754.Cos': [SKIP],
|
|
|
|
'Ieee754.Tan': [SKIP],
|
2016-07-05 08:56:41 +00:00
|
|
|
'Ieee754.Acosh': [SKIP],
|
|
|
|
'Ieee754.Asinh': [SKIP],
|
2016-11-21 10:50:01 +00:00
|
|
|
'MoveOptimizerTest.RemovesRedundantExplicit': [SKIP],
|
|
|
|
'RegisterAllocatorTest.CanAllocateFPRegisters': [SKIP],
|
2016-06-29 09:00:13 +00:00
|
|
|
}], # 'arch == x87'
|
2016-09-19 23:56:50 +00:00
|
|
|
|
|
|
|
['variant == asm_wasm', {
|
|
|
|
'*': [SKIP],
|
|
|
|
}], # variant == asm_wasm
|
|
|
|
|
2016-11-17 18:48:08 +00:00
|
|
|
['variant == wasm_traps', {
|
|
|
|
'*': [SKIP],
|
|
|
|
}], # variant == wasm_traps
|
|
|
|
|
2014-08-06 09:35:21 +00:00
|
|
|
]
|