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

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 2503293002: [debug-wrapper] LiveEdit, frame.restart(), breakpoints (Closed)
Patch Set: Address comments Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 ############################################################################## 523 ##############################################################################
524 ['system == macos', { 524 ['system == macos', {
525 # BUG(v8:5333) 525 # BUG(v8:5333)
526 'big-object-literal': [SKIP], 526 'big-object-literal': [SKIP],
527 }], # 'system == macos' 527 }], # 'system == macos'
528 528
529 ############################################################################## 529 ##############################################################################
530 ['arch == s390 or arch == s390x', { 530 ['arch == s390 or arch == s390x', {
531 531
532 # Stack manipulations in LiveEdit is not implemented for this arch. 532 # Stack manipulations in LiveEdit is not implemented for this arch.
533 'debug-liveedit-check-stack': [SKIP],
534 'debug-liveedit-stack-padding': [SKIP],
535 'debug-liveedit-restart-frame': [SKIP],
536 'debug-liveedit-double-call': [SKIP], 533 'debug-liveedit-double-call': [SKIP],
537 }], # 'arch == s390 or arch == s390x' 534 }], # 'arch == s390 or arch == s390x'
538 535
539 ############################################################################## 536 ##############################################################################
540 ['deopt_fuzzer == True', { 537 ['deopt_fuzzer == True', {
541 538
542 # Skip tests that are not suitable for deoptimization fuzzing. 539 # Skip tests that are not suitable for deoptimization fuzzing.
543 'assert-opt-and-deopt': [SKIP], 540 'assert-opt-and-deopt': [SKIP],
544 'never-optimize': [SKIP], 541 'never-optimize': [SKIP],
545 'regress/regress-2185-2': [SKIP], 542 'regress/regress-2185-2': [SKIP],
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'lithium/*': [SKIP], 684 'lithium/*': [SKIP],
688 'third_party/*': [SKIP], 685 'third_party/*': [SKIP],
689 'tools/*': [SKIP], 686 'tools/*': [SKIP],
690 'apply': [SKIP], 687 'apply': [SKIP],
691 'math-*': [SKIP], 688 'math-*': [SKIP],
692 'unicode-test': [SKIP], 689 'unicode-test': [SKIP],
693 'whitespaces': [SKIP], 690 'whitespaces': [SKIP],
694 }], # variant == asm_wasm 691 }], # variant == asm_wasm
695 692
696 ] 693 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/debug-async-liveedit.js ('k') | test/mjsunit/regress/regress-crbug-481896.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698