2016-01-26 10:38:37 +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.
|
|
|
|
|
|
|
|
[
|
|
|
|
|
2019-01-10 10:04:51 +00:00
|
|
|
##############################################################################
|
|
|
|
['lite_mode', {
|
|
|
|
# TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
|
|
|
|
'multi_return/*': [SKIP],
|
|
|
|
'wasm_compile/*': [SKIP],
|
|
|
|
}], # lite_mode
|
|
|
|
|
2016-01-26 10:38:37 +00:00
|
|
|
]
|