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

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

Issue 8202005: Fixed status file of es5conform test suite. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 2 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 | « no previous file | 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 176
177 # Bad tests, path in test file is wrong. This will crash the test 177 # Bad tests, path in test file is wrong. This will crash the test
178 # script so we mark it SKIP. 178 # script so we mark it SKIP.
179 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4: SKIP 179 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4: SKIP
180 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s: SKIP 180 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s: SKIP
181 181
182 # Bad test - deleting the property on o in callbackfn will 182 # Bad test - deleting the property on o in callbackfn will
183 # have no effect on the actual array on which reduceRight is called. 183 # have no effect on the actual array on which reduceRight is called.
184 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK 184 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK
185 185
186 # We do not correctly recognize \uFEFF as whitespace
187 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10: FAIL
188 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18: FAIL
189 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34: FAIL
190
191 ############################################################################## 186 ##############################################################################
192 # Unimplemented parts of strict mode 187 # Unimplemented parts of strict mode
193 # Setting expectations to fail only so that the tests trigger as soon as 188 # Setting expectations to fail only so that the tests trigger as soon as
194 # the strict mode feature gets implemented 189 # the strict mode feature gets implemented
195 190
196 # A directive preceeding an 'use strict' directive may not contain 191 # A directive preceeding an 'use strict' directive may not contain
197 # an OctalEscapeSequence 192 # an OctalEscapeSequence
198 # Incorrect test - need double escape in eval. 193 # Incorrect test - need double escape in eval.
199 chapter07/7.8/7.8.4/7.8.4-1-s: FAIL 194 chapter07/7.8/7.8.4/7.8.4-1-s: FAIL
200 195
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL 312 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL
318 313
319 # Array.prototype.reduce - null passed as thisValue to strict callbackfn 314 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
320 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 315 # Invalid test case: http://es5conform.codeplex.com/workitem/29085
321 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL 316 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL
322 317
323 [ $arch == mips ] 318 [ $arch == mips ]
324 319
325 # Skip all tests on MIPS. 320 # Skip all tests on MIPS.
326 *: SKIP 321 *: SKIP
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698