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

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

Issue 1515133002: [proxies] Support proxies in JSON.parse and JSON.stringify. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years 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/mjsunit/mjsunit.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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'language/statements/with/*': [SKIP], 559 'language/statements/with/*': [SKIP],
560 560
561 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP], 561 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
562 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T1': [SKIP], 562 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T1': [SKIP],
563 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T2': [SKIP], 563 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T2': [SKIP],
564 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T2': [SKIP], 564 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T2': [SKIP],
565 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T3': [SKIP], 565 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T3': [SKIP],
566 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T4': [SKIP], 566 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T4': [SKIP],
567 'built-ins/Date/15.9.1.15-1': [SKIP], 567 'built-ins/Date/15.9.1.15-1': [SKIP],
568 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP], 568 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP],
569 'built-ins/JSON/stringify/*': [SKIP],
569 'built-ins/Object/defineProperty/15.2.3.6-4-625gs': [SKIP], 570 'built-ins/Object/defineProperty/15.2.3.6-4-625gs': [SKIP],
570 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP], 571 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP],
571 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP], 572 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP],
572 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP], 573 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP],
573 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP], 574 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP],
574 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], 575 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP],
575 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], 576 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP],
576 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], 577 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP],
577 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], 578 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP],
578 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP], 579 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'language/statements/function/S13.2.2_A19_T8': [SKIP], 628 'language/statements/function/S13.2.2_A19_T8': [SKIP],
628 'language/statements/while/S12.6.2_A4_T5': [SKIP], 629 'language/statements/while/S12.6.2_A4_T5': [SKIP],
629 }], # ignition == True 630 }], # ignition == True
630 631
631 ['ignition == True and (arch == arm or arch == arm64)', { 632 ['ignition == True and (arch == arm or arch == arm64)', {
632 'built-ins/encodeURI*': [SKIP], 633 'built-ins/encodeURI*': [SKIP],
633 'intl402/9.2.2': [SKIP], 634 'intl402/9.2.2': [SKIP],
634 }], # ignition == True and (arch == arm or arch == arm64) 635 }], # ignition == True and (arch == arm or arch == arm64)
635 636
636 ] 637 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698