2016-10-02 19:41:17 +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.
|
|
|
|
|
|
|
|
[
|
|
|
|
|
2016-11-17 18:48:08 +00:00
|
|
|
##############################################################################
|
|
|
|
['variant == asm_wasm', {
|
|
|
|
'*': [SKIP],
|
|
|
|
}], # variant == asm_wasm
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
['variant == wasm_traps', {
|
|
|
|
'*': [SKIP],
|
|
|
|
}], # variant == wasm_traps
|
|
|
|
|
2016-10-02 19:41:17 +00:00
|
|
|
]
|