Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: test/inspector/inspector.status

Issue 2777413005: [inspector] correctly test more variants. (Closed)
Patch Set: [inspector] correctly test more variants. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/inspector/inspector-test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/inspector.status
diff --git a/test/inspector/inspector.status b/test/inspector/inspector.status
index adcd3a7b33b6e21bf4d3e0ff0647c4660173df13..6034adfeddeb7cb74cdaf68ac6c7d36f3269fc70 100644
--- a/test/inspector/inspector.status
+++ b/test/inspector/inspector.status
@@ -3,6 +3,30 @@
# found in the LICENSE file.
[
+['mode == debug', {
+ # Issue 6168. Crash.
+ 'runtime/await-promise': [SKIP],
+}],
+
+##############################################################################
+['variant != default', {
+ # Issue 6165.
+ 'cpu-profiler/coverage': [PASS, FAIL],
+ # Issue 6166.
+ 'debugger/asm-js-breakpoint-during-exec': [PASS, FAIL],
+ 'debugger/asm-js-stack': [PASS, FAIL],
+ # 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],
+ # Issue 6170. Crash.
+ 'cpu-profiler/console-profile': [SKIP],
+ 'cpu-profiler/console-profile-end-parameterless-crash': [SKIP],
+ # Issue 6171. Timeout.
+ 'debugger/set-blackbox-patterns': [SKIP],
+ 'debugger/suspended-generator-scopes': [SKIP],
+}], # variant != default
##############################################################################
['variant == wasm_traps', {
« no previous file with comments | « no previous file | test/inspector/inspector-test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698