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.
|
|
|
|
|
|
|
|
[
|
2018-09-11 09:43:12 +00:00
|
|
|
##############################################################################
|
|
|
|
[ALWAYS, {
|
|
|
|
# https://crbug.com/v8/7767
|
|
|
|
'debugger/wasm-imports': [SKIP],
|
2018-10-04 13:38:23 +00:00
|
|
|
# https://crbug.com/v8/7932
|
|
|
|
'runtime/command-line-api-without-side-effects': [SKIP],
|
2018-09-11 09:43:12 +00:00
|
|
|
}], # ALWAYS
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
['system == android', {
|
|
|
|
# https://crbug.com/v8/8160
|
|
|
|
'debugger/stepping-with-exposed-injected-script': [FAIL],
|
2018-09-19 11:55:24 +00:00
|
|
|
# https://crbug.com/v8/8197
|
2018-09-18 13:17:42 +00:00
|
|
|
'debugger/get-possible-breakpoints-class-fields': [SKIP],
|
2018-09-11 09:43:12 +00:00
|
|
|
}], # 'system == android'
|
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'
|
2016-10-02 19:41:17 +00:00
|
|
|
]
|