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

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

Issue 7172030: Revert "Merge arguments branch to bleeding merge." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 6 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 | « test/mozilla/mozilla.status ('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 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 12 matching lines...) Expand all
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 prefix sputnik 28 prefix sputnik
29 def FAIL_OK = FAIL, OKAY 29 def FAIL_OK = FAIL, OKAY
30 30
31 ##################### DELIBERATE INCOMPATIBILITIES ##################### 31 ##################### DELIBERATE INCOMPATIBILITIES #####################
32 32
33 # 900066: Deleting elements in .arguments should disconnect the
34 # element from the actual arguments. Implementing this is nontrivial
35 # and we have no indication that anything on the web depends on this
36 # feature.
37 S13_A13_T1: FAIL_OK
38 S13_A13_T2: FAIL_OK
39 S13_A13_T3: FAIL_OK
40
33 # This tests precision of trignometric functions. We're slightly off 41 # This tests precision of trignometric functions. We're slightly off
34 # from the implementation in libc (~ 1e-17) but it's not clear if we 42 # from the implementation in libc (~ 1e-17) but it's not clear if we
35 # or they are closer to the right answer, or if it even matters. 43 # or they are closer to the right answer, or if it even matters.
36 S15.8.2.16_A7: PASS || FAIL_OK 44 S15.8.2.16_A7: PASS || FAIL_OK
37 S15.8.2.18_A7: PASS || FAIL_OK 45 S15.8.2.18_A7: PASS || FAIL_OK
38 S15.8.2.13_A23: PASS || FAIL_OK 46 S15.8.2.13_A23: PASS || FAIL_OK
39 47
40 # We allow calls to regexp exec() with no arguments to fail for 48 # We allow calls to regexp exec() with no arguments to fail for
41 # compatibility reasons. 49 # compatibility reasons.
42 S15.10.6.2_A1_T16: FAIL_OK 50 S15.10.6.2_A1_T16: FAIL_OK
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 S15.1.3.2_A2.5_T1: SKIP 268 S15.1.3.2_A2.5_T1: SKIP
261 S15.1.3.3_A2.3_T1: SKIP 269 S15.1.3.3_A2.3_T1: SKIP
262 S15.1.3.4_A2.3_T1: SKIP 270 S15.1.3.4_A2.3_T1: SKIP
263 S15.1.3.1_A2.5_T1: SKIP 271 S15.1.3.1_A2.5_T1: SKIP
264 S15.1.3.2_A2.5_T1: SKIP 272 S15.1.3.2_A2.5_T1: SKIP
265 273
266 [ $arch == mips ] 274 [ $arch == mips ]
267 275
268 # Skip all tests on MIPS. 276 # Skip all tests on MIPS.
269 *: SKIP 277 *: SKIP
OLDNEW
« no previous file with comments | « test/mozilla/mozilla.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698