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

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

Issue 5707008: Rename regression test and reenable disabled test. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32
Patch Set: Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | test/mjsunit/regress/regress-969.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 # Very slow on ARM, contains no architecture dependent code. 49 # Very slow on ARM, contains no architecture dependent code.
50 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) 50 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
51 51
52 # Skip long running test in debug and allow it to timeout in release mode. 52 # Skip long running test in debug and allow it to timeout in release mode.
53 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug 53 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
54 54
55 # Stack manipulations in LiveEdit are buggy - see bug 915 55 # Stack manipulations in LiveEdit are buggy - see bug 915
56 debug-liveedit-check-stack: SKIP 56 debug-liveedit-check-stack: SKIP
57 debug-liveedit-patch-positions-replace: SKIP 57 debug-liveedit-patch-positions-replace: SKIP
58 58
59 # Issue 969, flaky in debug mode, hits assertion in deoptimzer-ia32.cc
60 array-splice: PASS, SKIP if $mode == debug
61 59
62 ############################################################################## 60 ##############################################################################
63 [ $arch == arm ] 61 [ $arch == arm ]
64 62
65 # Slow tests which times out in debug mode. 63 # Slow tests which times out in debug mode.
66 try: PASS, SKIP if $mode == debug 64 try: PASS, SKIP if $mode == debug
67 debug-scripts-request: PASS, SKIP if $mode == debug 65 debug-scripts-request: PASS, SKIP if $mode == debug
68 array-constructor: PASS, SKIP if $mode == debug 66 array-constructor: PASS, SKIP if $mode == debug
69 67
70 # Flaky test that can hit compilation-time stack overflow in debug mode. 68 # Flaky test that can hit compilation-time stack overflow in debug mode.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 [ $arch == arm && $crankshaft ] 108 [ $arch == arm && $crankshaft ]
111 109
112 # Test that currently fail with crankshaft on ARM. 110 # Test that currently fail with crankshaft on ARM.
113 compiler/simple-osr: FAIL 111 compiler/simple-osr: FAIL
114 112
115 ############################################################################## 113 ##############################################################################
116 [ $arch == mips ] 114 [ $arch == mips ]
117 115
118 # Skip all tests on MIPS. 116 # Skip all tests on MIPS.
119 *: SKIP 117 *: SKIP
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/regress/regress-969.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698