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

Unified Diff: test/debugger/debug/regress/regress-debug-code-recompilation.js

Issue 2480223002: [debugger] Migrate more debugger tests to inspector (Closed)
Patch Set: Fix status line 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 side-by-side diff with in-line comments
Download patch
Index: test/debugger/debug/regress/regress-debug-code-recompilation.js
diff --git a/test/mjsunit/regress/regress-debug-code-recompilation.js b/test/debugger/debug/regress/regress-debug-code-recompilation.js
similarity index 95%
rename from test/mjsunit/regress/regress-debug-code-recompilation.js
rename to test/debugger/debug/regress/regress-debug-code-recompilation.js
index 2f81d0cb5479daaeeeb7025e8ed209364e568e48..995f787c11eeb8b47a63fb2886c2ff74ee7d935c 100644
--- a/test/mjsunit/regress/regress-debug-code-recompilation.js
+++ b/test/debugger/debug/regress/regress-debug-code-recompilation.js
@@ -25,8 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --allow-natives-syntax --hydrogen-filter=Debug.setBreakPoint
-// Flags: --expose-debug-as debug
+// Flags: --hydrogen-filter=Debug.setBreakPoint
Debug = debug.Debug
Debug.setListener(function(){});
« no previous file with comments | « test/debugger/debug/regress/regress-crbug-582048.js ('k') | test/debugger/debug/regress/regress-debug-context-load.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698