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

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

Issue 6930006: Make RegExp objects not callable. (Closed)
Patch Set: Address review comments 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
« 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 # 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.
44 S15.8.2.16_A7: PASS || FAIL_OK 44 S15.8.2.16_A7: PASS || FAIL_OK
45 S15.8.2.18_A7: PASS || FAIL_OK 45 S15.8.2.18_A7: PASS || FAIL_OK
46 S15.8.2.13_A23: PASS || FAIL_OK 46 S15.8.2.13_A23: PASS || FAIL_OK
47 47
48 # 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
49 # compatibility reasons. 49 # compatibility reasons.
50 S15.10.6.2_A1_T16: FAIL_OK 50 S15.10.6.2_A1_T16: FAIL_OK
51 S15.10.6.3_A1_T16: FAIL_OK 51 S15.10.6.3_A1_T16: FAIL_OK
52 52
53 # We allow regexps to be called as functions for compatibility reasons.
54 S15.10.7_A1_T1: FAIL_OK
55 S15.10.7_A1_T2: FAIL_OK
56
57 # We are silent in some regexp cases where the spec wants us to give 53 # We are silent in some regexp cases where the spec wants us to give
58 # errors, for compatibility. 54 # errors, for compatibility.
59 S15.10.2.11_A1_T2: FAIL 55 S15.10.2.11_A1_T2: FAIL
60 S15.10.2.11_A1_T3: FAIL 56 S15.10.2.11_A1_T3: FAIL
61 S15.10.4.1_A5_T1: FAIL 57 S15.10.4.1_A5_T1: FAIL
62 S15.10.4.1_A5_T2: FAIL 58 S15.10.4.1_A5_T2: FAIL
63 S15.10.4.1_A5_T3: FAIL 59 S15.10.4.1_A5_T3: FAIL
64 S15.10.4.1_A5_T4: FAIL 60 S15.10.4.1_A5_T4: FAIL
65 S15.10.4.1_A5_T5: FAIL 61 S15.10.4.1_A5_T5: FAIL
66 S15.10.4.1_A5_T6: FAIL 62 S15.10.4.1_A5_T6: FAIL
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 S15.9.5.40_A1_T2: FAIL_OK 233 S15.9.5.40_A1_T2: FAIL_OK
238 S15.9.5.41_A1_T2: FAIL_OK 234 S15.9.5.41_A1_T2: FAIL_OK
239 S15.9.5.42_A1_T2: FAIL_OK 235 S15.9.5.42_A1_T2: FAIL_OK
240 S15.9.5.4_A1_T2: FAIL_OK 236 S15.9.5.4_A1_T2: FAIL_OK
241 S15.9.5.5_A1_T2: FAIL_OK 237 S15.9.5.5_A1_T2: FAIL_OK
242 S15.9.5.6_A1_T2: FAIL_OK 238 S15.9.5.6_A1_T2: FAIL_OK
243 S15.9.5.7_A1_T2: FAIL_OK 239 S15.9.5.7_A1_T2: FAIL_OK
244 S15.9.5.8_A1_T2: FAIL_OK 240 S15.9.5.8_A1_T2: FAIL_OK
245 S15.9.5.9_A1_T2: FAIL_OK 241 S15.9.5.9_A1_T2: FAIL_OK
246 242
247 # Regexps have type "function", not "object".
248 S11.4.3_A3.6: FAIL_OK
249 S15.10.7_A3_T2: FAIL_OK
250 S15.10.7_A3_T1: FAIL_OK
251
252
253 [ $arch == arm ] 243 [ $arch == arm ]
254 244
255 # BUG(3251225): Tests that timeout with --nocrankshaft. 245 # BUG(3251225): Tests that timeout with --nocrankshaft.
256 S15.1.3.1_A2.5_T1: SKIP 246 S15.1.3.1_A2.5_T1: SKIP
257 S15.1.3.2_A2.5_T1: SKIP 247 S15.1.3.2_A2.5_T1: SKIP
258 S15.1.3.1_A2.4_T1: SKIP 248 S15.1.3.1_A2.4_T1: SKIP
259 S15.1.3.1_A2.5_T1: SKIP 249 S15.1.3.1_A2.5_T1: SKIP
260 S15.1.3.2_A2.4_T1: SKIP 250 S15.1.3.2_A2.4_T1: SKIP
261 S15.1.3.2_A2.5_T1: SKIP 251 S15.1.3.2_A2.5_T1: SKIP
262 S15.1.3.3_A2.3_T1: SKIP 252 S15.1.3.3_A2.3_T1: SKIP
263 S15.1.3.4_A2.3_T1: SKIP 253 S15.1.3.4_A2.3_T1: SKIP
264 S15.1.3.1_A2.5_T1: SKIP 254 S15.1.3.1_A2.5_T1: SKIP
265 S15.1.3.2_A2.5_T1: SKIP 255 S15.1.3.2_A2.5_T1: SKIP
266 256
267 [ $arch == mips ] 257 [ $arch == mips ]
268 258
269 # Skip all tests on MIPS. 259 # Skip all tests on MIPS.
270 *: SKIP 260 *: 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