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.
|
|
|
|
|
|
|
|
[
|
2017-03-29 18:08:51 +00:00
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
['variant != default', {
|
|
|
|
# Issue 6167.
|
|
|
|
'debugger/eval-scopes': [PASS, FAIL],
|
|
|
|
'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL],
|
|
|
|
'debugger/update-call-frame-scopes': [PASS, FAIL],
|
|
|
|
'debugger/side-effect-free-debug-evaluate': [PASS, FAIL],
|
2017-06-14 14:18:16 +00:00
|
|
|
'debugger/evaluate-on-call-frame-in-module': [PASS, FAIL],
|
2017-03-29 18:08:51 +00:00
|
|
|
}], # variant != default
|
2016-10-02 19:41:17 +00:00
|
|
|
|
2016-11-17 18:48:08 +00:00
|
|
|
##############################################################################
|
2018-05-07 23:38:47 +00:00
|
|
|
['variant == no_wasm_traps', {
|
2016-11-17 18:48:08 +00:00
|
|
|
'*': [SKIP],
|
2018-05-07 23:38:47 +00:00
|
|
|
}], # variant == no_wasm_traps
|
2016-11-17 18:48:08 +00:00
|
|
|
|
2018-07-05 20:34:14 +00:00
|
|
|
##############################################################################
|
|
|
|
['arch == s390 or arch == s390x', {
|
|
|
|
# Stack manipulations in LiveEdit is not implemented for this arch.
|
|
|
|
'debugger/set-script-source-stack-padding': [SKIP],
|
|
|
|
}], # 'arch == s390 or arch == s390x'
|
|
|
|
|
|
|
|
##############################################################################
|
2018-05-17 15:54:27 +00:00
|
|
|
[ALWAYS, {
|
|
|
|
# https://crbug.com/v8/7767
|
|
|
|
'debugger/wasm-imports': [SKIP],
|
|
|
|
}], # ALWAYS
|
2016-10-02 19:41:17 +00:00
|
|
|
]
|