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

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

Issue 7908005: Fix some asserts in stub generation and file some bugs where (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 3 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/mozilla/mozilla.status ('K') | « 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 19 matching lines...) Expand all
30 30
31 ############################### BUGS ################################### 31 ############################### BUGS ###################################
32 32
33 # A bound function should fail on access to 'caller' and 'arguments'. 33 # A bound function should fail on access to 'caller' and 'arguments'.
34 S15.3.4.5_A1: FAIL 34 S15.3.4.5_A1: FAIL
35 S15.3.4.5_A2: FAIL 35 S15.3.4.5_A2: FAIL
36 36
37 # '__proto__' should be treated as a normal property in JSON. 37 # '__proto__' should be treated as a normal property in JSON.
38 S15.12.2_A1: FAIL 38 S15.12.2_A1: FAIL
39 39
40 # Assert is triggered by this test: http://code.google.com/p/v8/issues/detail?id =1689
41 S13_A18: SKIP
42
40 ##################### DELIBERATE INCOMPATIBILITIES ##################### 43 ##################### DELIBERATE INCOMPATIBILITIES #####################
41 44
42 # This tests precision of trignometric functions. We're slightly off 45 # This tests precision of trignometric functions. We're slightly off
43 # from the implementation in libc (~ 1e-17) but it's not clear if we 46 # from the implementation in libc (~ 1e-17) but it's not clear if we
44 # or they are closer to the right answer, or if it even matters. 47 # or they are closer to the right answer, or if it even matters.
45 S15.8.2.16_A7: PASS || FAIL_OK 48 S15.8.2.16_A7: PASS || FAIL_OK
46 S15.8.2.18_A7: PASS || FAIL_OK 49 S15.8.2.18_A7: PASS || FAIL_OK
47 S15.8.2.13_A23: PASS || FAIL_OK 50 S15.8.2.13_A23: PASS || FAIL_OK
48 51
49 # We allow calls to regexp exec() with no arguments to fail for 52 # We allow calls to regexp exec() with no arguments to fail for
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 S15.1.3.2_A2.5_T1: SKIP 255 S15.1.3.2_A2.5_T1: SKIP
253 S15.1.3.3_A2.3_T1: SKIP 256 S15.1.3.3_A2.3_T1: SKIP
254 S15.1.3.4_A2.3_T1: SKIP 257 S15.1.3.4_A2.3_T1: SKIP
255 S15.1.3.1_A2.5_T1: SKIP 258 S15.1.3.1_A2.5_T1: SKIP
256 S15.1.3.2_A2.5_T1: SKIP 259 S15.1.3.2_A2.5_T1: SKIP
257 260
258 [ $arch == mips ] 261 [ $arch == mips ]
259 262
260 # Skip all tests on MIPS. 263 # Skip all tests on MIPS.
261 *: SKIP 264 *: SKIP
OLDNEW
« test/mozilla/mozilla.status ('K') | « test/mozilla/mozilla.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698