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

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

Issue 6840013: Adjust mjsunit.status to account for math-round test passing on ARM when crankshaft is disabled. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 # Stack manipulations in LiveEdit are buggy - see bug 915 56 # Stack manipulations in LiveEdit are buggy - see bug 915
57 debug-liveedit-check-stack: SKIP 57 debug-liveedit-check-stack: SKIP
58 debug-liveedit-patch-positions-replace: SKIP 58 debug-liveedit-patch-positions-replace: SKIP
59 59
60 60
61 ############################################################################## 61 ##############################################################################
62 [ $arch == arm ] 62 [ $arch == arm ]
63 63
64 # Code is bugged. Remove this when fixed. 64 # Code is bugged. Remove this when fixed.
65 math-round: FAIL 65 math-round: PASS || FAIL
66 66
67 # Slow tests which times out in debug mode. 67 # Slow tests which times out in debug mode.
68 try: PASS, SKIP if $mode == debug 68 try: PASS, SKIP if $mode == debug
69 debug-scripts-request: PASS, SKIP if $mode == debug 69 debug-scripts-request: PASS, SKIP if $mode == debug
70 array-constructor: PASS, SKIP if $mode == debug 70 array-constructor: PASS, SKIP if $mode == debug
71 71
72 # Flaky test that can hit compilation-time stack overflow in debug mode. 72 # Flaky test that can hit compilation-time stack overflow in debug mode.
73 unicode-test: PASS, (PASS || FAIL) if $mode == debug 73 unicode-test: PASS, (PASS || FAIL) if $mode == debug
74 74
75 # Times out often in release mode on ARM. 75 # Times out often in release mode on ARM.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # Requires bigger stack size in the Genesis and if stack size is increased, 111 # Requires bigger stack size in the Genesis and if stack size is increased,
112 # the test requires too much time to run. However, the problem test covers 112 # the test requires too much time to run. However, the problem test covers
113 # should be platform-independent. 113 # should be platform-independent.
114 regress/regress-1132: SKIP 114 regress/regress-1132: SKIP
115 115
116 ############################################################################## 116 ##############################################################################
117 [ $arch == mips ] 117 [ $arch == mips ]
118 118
119 # Skip all tests on MIPS. 119 # Skip all tests on MIPS.
120 *: SKIP 120 *: SKIP
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698