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

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

Issue 6837018: Fix Math.round in runtime.cc and x64 optimized code. (Closed) Base URL: https://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
« test/mjsunit/math-round.js ('K') | « test/mjsunit/math-round.js ('k') | 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug 54 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
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.
65 math-round: FAIL
66
64 # Slow tests which times out in debug mode. 67 # Slow tests which times out in debug mode.
65 try: PASS, SKIP if $mode == debug 68 try: PASS, SKIP if $mode == debug
66 debug-scripts-request: PASS, SKIP if $mode == debug 69 debug-scripts-request: PASS, SKIP if $mode == debug
67 array-constructor: PASS, SKIP if $mode == debug 70 array-constructor: PASS, SKIP if $mode == debug
68 71
69 # 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.
70 unicode-test: PASS, (PASS || FAIL) if $mode == debug 73 unicode-test: PASS, (PASS || FAIL) if $mode == debug
71 74
72 # Times out often in release mode on ARM. 75 # Times out often in release mode on ARM.
73 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release 76 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 # 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,
109 # 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
110 # should be platform-independent. 113 # should be platform-independent.
111 regress/regress-1132: SKIP 114 regress/regress-1132: SKIP
112 115
113 ############################################################################## 116 ##############################################################################
114 [ $arch == mips ] 117 [ $arch == mips ]
115 118
116 # Skip all tests on MIPS. 119 # Skip all tests on MIPS.
117 *: SKIP 120 *: SKIP
OLDNEW
« test/mjsunit/math-round.js ('K') | « test/mjsunit/math-round.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698