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

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

Issue 7677012: Make scanner handle invalid unicode escapes in identifiers correctly. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed review comments. Fixed bug, updated sputnik expectations. Created 9 years, 4 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/mjsunit/regress/regress-1620.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 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 S7.8.4_A4.3_T1: FAIL_OK 92 S7.8.4_A4.3_T1: FAIL_OK
93 S7.8.4_A6.2_T1: FAIL_OK 93 S7.8.4_A6.2_T1: FAIL_OK
94 S7.8.4_A4.3_T3: FAIL_OK 94 S7.8.4_A4.3_T3: FAIL_OK
95 S7.8.4_A7.2_T1: FAIL_OK 95 S7.8.4_A7.2_T1: FAIL_OK
96 S7.8.4_A6.4_T1: FAIL_OK 96 S7.8.4_A6.4_T1: FAIL_OK
97 S7.8.4_A7.2_T3: FAIL_OK 97 S7.8.4_A7.2_T3: FAIL_OK
98 S7.8.4_A7.4_T1: FAIL_OK 98 S7.8.4_A7.4_T1: FAIL_OK
99 S7.8.4_A4.3_T5: FAIL_OK 99 S7.8.4_A4.3_T5: FAIL_OK
100 S7.8.4_A7.2_T5: FAIL_OK 100 S7.8.4_A7.2_T5: FAIL_OK
101 101
102 # Sputnik expects unicode escape sequences in RegExp flags to be interpreted.
103 # The specification requires them to be passed uninterpreted to the RegExp
104 # constructor. We now implement that.
105 S7.8.5_A3.1_T7: FAIL_OK
106 S7.8.5_A3.1_T8: FAIL_OK
107 S7.8.5_A3.1_T9: FAIL_OK
108
102 # We allow some keywords to be used as identifiers. 109 # We allow some keywords to be used as identifiers.
103 S7.5.3_A1.15: FAIL_OK 110 S7.5.3_A1.15: FAIL_OK
104 S7.5.3_A1.18: FAIL_OK 111 S7.5.3_A1.18: FAIL_OK
105 S7.5.3_A1.21: FAIL_OK 112 S7.5.3_A1.21: FAIL_OK
106 S7.5.3_A1.22: FAIL_OK 113 S7.5.3_A1.22: FAIL_OK
107 S7.5.3_A1.23: FAIL_OK 114 S7.5.3_A1.23: FAIL_OK
108 S7.5.3_A1.24: FAIL_OK 115 S7.5.3_A1.24: FAIL_OK
109 S7.5.3_A1.26: FAIL_OK 116 S7.5.3_A1.26: FAIL_OK
110 117
111 # This checks for non-262 behavior 118 # This checks for non-262 behavior
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 S15.1.3.2_A2.5_T1: SKIP 261 S15.1.3.2_A2.5_T1: SKIP
255 S15.1.3.3_A2.3_T1: SKIP 262 S15.1.3.3_A2.3_T1: SKIP
256 S15.1.3.4_A2.3_T1: SKIP 263 S15.1.3.4_A2.3_T1: SKIP
257 S15.1.3.1_A2.5_T1: SKIP 264 S15.1.3.1_A2.5_T1: SKIP
258 S15.1.3.2_A2.5_T1: SKIP 265 S15.1.3.2_A2.5_T1: SKIP
259 266
260 [ $arch == mips ] 267 [ $arch == mips ]
261 268
262 # Skip all tests on MIPS. 269 # Skip all tests on MIPS.
263 *: SKIP 270 *: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-1620.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698