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

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

Issue 7826007: Added check for trailing whitespaces and corrected existing violations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Yet another iteration. 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
« no previous file with comments | « test/mjsunit/value-wrapper.js ('k') | tools/gdb-v8-support.py » ('j') | 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 # Length of objects whose prototype chain includes a function 238 # Length of objects whose prototype chain includes a function
239 ecma_3/Function/regress-313570: FAIL_OK 239 ecma_3/Function/regress-313570: FAIL_OK
240 240
241 # toPrecision argument restricted to range 1..21 in JSC/V8 241 # toPrecision argument restricted to range 1..21 in JSC/V8
242 js1_5/Regress/regress-452346: FAIL_OK 242 js1_5/Regress/regress-452346: FAIL_OK
243 ecma_3/Number/15.7.4.7-1: FAIL_OK 243 ecma_3/Number/15.7.4.7-1: FAIL_OK
244 244
245 # toExponential argument restricted to range 0..20 in JSC/V8 245 # toExponential argument restricted to range 0..20 in JSC/V8
246 ecma_3/Number/15.7.4.6-1: FAIL_OK 246 ecma_3/Number/15.7.4.6-1: FAIL_OK
247 247
248 #:=== RegExp:=== 248 #:=== RegExp:===
249 # We don't match the syntax error message of Mozilla for invalid 249 # We don't match the syntax error message of Mozilla for invalid
250 # RegExp flags. 250 # RegExp flags.
251 ecma_3/RegExp/15.10.4.1-6: FAIL_OK 251 ecma_3/RegExp/15.10.4.1-6: FAIL_OK
252 252
253 # PCRE doesn't allow subpattern nesting deeper than 200, this tests 253 # PCRE doesn't allow subpattern nesting deeper than 200, this tests
254 # depth 500. JSC detects the case, and return null from the match, 254 # depth 500. JSC detects the case, and return null from the match,
255 # and passes this test (the test doesn't check for a correct return 255 # and passes this test (the test doesn't check for a correct return
256 # value). 256 # value).
257 ecma_3/RegExp/regress-119909: PASS || FAIL_OK 257 ecma_3/RegExp/regress-119909: PASS || FAIL_OK
258 258
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 571
572 572
573 # Function is deletable in V8 and JSC. 573 # Function is deletable in V8 and JSC.
574 js1_5/Regress/regress-352604: FAIL_OK 574 js1_5/Regress/regress-352604: FAIL_OK
575 575
576 576
577 # Cannot call strings as functions. Expects not to crash. 577 # Cannot call strings as functions. Expects not to crash.
578 js1_5/Regress/regress-417893: FAIL_OK 578 js1_5/Regress/regress-417893: FAIL_OK
579 579
580 580
581 # Unsupported use of "[]" as function parameter. We match JSC. 581 # Unsupported use of "[]" as function parameter. We match JSC.
582 js1_5/Regress/regress-416737-01: FAIL_OK 582 js1_5/Regress/regress-416737-01: FAIL_OK
583 js1_5/Regress/regress-416737-02: FAIL_OK 583 js1_5/Regress/regress-416737-02: FAIL_OK
584 584
585 585
586 ##################### FAILING TESTS ##################### 586 ##################### FAILING TESTS #####################
587 587
588 # This section is for tests that fail in V8 and pass in JSC. 588 # This section is for tests that fail in V8 and pass in JSC.
589 # Tests that fail in both V8 and JSC belong in the FAIL_OK 589 # Tests that fail in both V8 and JSC belong in the FAIL_OK
590 # category. 590 # category.
591 591
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 ecma/Date/15.9.5.12-2: SKIP 850 ecma/Date/15.9.5.12-2: SKIP
851 ecma/Date/15.9.5.8: SKIP 851 ecma/Date/15.9.5.8: SKIP
852 ecma/Date/15.9.5.9: SKIP 852 ecma/Date/15.9.5.9: SKIP
853 ecma/Date/15.9.5.11-2: SKIP 853 ecma/Date/15.9.5.11-2: SKIP
854 ecma/Expressions/11.7.2: SKIP 854 ecma/Expressions/11.7.2: SKIP
855 ecma/Expressions/11.10-2: SKIP 855 ecma/Expressions/11.10-2: SKIP
856 ecma/Expressions/11.7.3: SKIP 856 ecma/Expressions/11.7.3: SKIP
857 ecma/Expressions/11.10-3: SKIP 857 ecma/Expressions/11.10-3: SKIP
858 ecma/Expressions/11.7.1: SKIP 858 ecma/Expressions/11.7.1: SKIP
859 ecma_3/RegExp/regress-209067: SKIP 859 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/value-wrapper.js ('k') | tools/gdb-v8-support.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698