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

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

Issue 1417063011: [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: removing unreachable code Created 5 years, 1 month 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/harmony/regress/regress-lookup-transition.js ('k') | test/mjsunit/readonly.js » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], 78 'es6/string-fromcodepoint': [PASS, NO_VARIANTS],
79 'regress/regress-2185-2': [PASS, NO_VARIANTS], 79 'regress/regress-2185-2': [PASS, NO_VARIANTS],
80 'regress/regress-2612': [PASS, NO_VARIANTS], 80 'regress/regress-2612': [PASS, NO_VARIANTS],
81 81
82 # Modules are busted 82 # Modules are busted
83 'harmony/module-linking': [SKIP], 83 'harmony/module-linking': [SKIP],
84 'harmony/module-recompile': [SKIP], 84 'harmony/module-recompile': [SKIP],
85 'harmony/module-resolution': [SKIP], 85 'harmony/module-resolution': [SKIP],
86 'harmony/regress/regress-343928': [SKIP], 86 'harmony/regress/regress-343928': [SKIP],
87 87
88 # Proxy tests rely on non ES6 version of Proxies
89 # TODO(neis,cbruni): figure out which Proxy tests can be reused
90 'es6/regress/regress-cr493566': [SKIP],
91 'for-in-opt': [SKIP],
92 'harmony/proxies-example-membrane': [SKIP],
93 'harmony/proxies-for': [SKIP],
94 'harmony/proxies-hash': [SKIP],
95 'harmony/proxies-json': [SKIP],
96 'harmony/proxies': [SKIP],
97 'harmony/proxies-symbols': [SKIP],
98 'harmony/proxies-with': [SKIP],
99 'harmony/proxies-with-unscopables': [SKIP],
100 'harmony/regress/regress-2219': [SKIP],
101 'harmony/regress/regress-2225': [SKIP],
102 'harmony/regress/regress-405844': [SKIP],
103 'harmony/regress/regress-crbug-461520': [SKIP],
104 'harmony/regress/regress-lookup-transition': [SKIP],
105 'regress/regress-crbug-493568': [SKIP],
106 'strong/load-proxy': [SKIP],
107
88 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 108 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
89 # not work, but we expect it to not crash. 109 # not work, but we expect it to not crash.
90 'debug-step-turbofan': [PASS, FAIL], 110 'debug-step-turbofan': [PASS, FAIL],
91 111
92 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! 112 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix!
93 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. 113 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware.
94 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. 114 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware.
95 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. 115 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky.
96 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], 116 'debug-compile-event-newfunction': [PASS, NO_VARIANTS],
97 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], 117 'debug-conditional-breakpoints': [PASS, NO_VARIANTS],
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 'try-finally-continue': [SKIP], 1032 'try-finally-continue': [SKIP],
1013 'try': [SKIP], 1033 'try': [SKIP],
1014 'unary-minus-deopt': [SKIP], 1034 'unary-minus-deopt': [SKIP],
1015 'undetectable-compare': [SKIP], 1035 'undetectable-compare': [SKIP],
1016 'unused-context-in-with': [SKIP], 1036 'unused-context-in-with': [SKIP],
1017 'uri': [SKIP], 1037 'uri': [SKIP],
1018 'value-wrapper': [SKIP], 1038 'value-wrapper': [SKIP],
1019 'with-parameter-access': [SKIP], 1039 'with-parameter-access': [SKIP],
1020 'with-prototype': [SKIP], 1040 'with-prototype': [SKIP],
1021 'with-readonly': [SKIP], 1041 'with-readonly': [SKIP],
1042
1043 # TODO(cbruni,neis): Activate Proxy test once we have a more complete
1044 # implementation.
1045 'regress/regress-crbug-506956': [SKIP],
1046 'regress/regress-crbug-505907': [SKIP],
1047
1022 }], # ignition == True 1048 }], # ignition == True
1023 1049
1024 ['ignition == True and (arch == arm or arch == arm64)', { 1050 ['ignition == True and (arch == arm or arch == arm64)', {
1025 'array-sort': [SKIP], 1051 'array-sort': [SKIP],
1026 'date-parse': [SKIP], 1052 'date-parse': [SKIP],
1027 'math-floor-part1': [SKIP], 1053 'math-floor-part1': [SKIP],
1028 'math-floor-part2': [SKIP], 1054 'math-floor-part2': [SKIP],
1029 'math-floor-part3': [SKIP], 1055 'math-floor-part3': [SKIP],
1030 'mul-exhaustive-part*': [SKIP], 1056 'mul-exhaustive-part*': [SKIP],
1031 'regress/regress-1167': [SKIP], 1057 'regress/regress-1167': [SKIP],
1032 'regress/regress-165637': [SKIP], 1058 'regress/regress-165637': [SKIP],
1033 'regress/regress-2249': [SKIP], 1059 'regress/regress-2249': [SKIP],
1034 'regress/regress-319722-ArrayBuffer': [SKIP], 1060 'regress/regress-319722-ArrayBuffer': [SKIP],
1035 'regress/regress-542823': [SKIP], 1061 'regress/regress-542823': [SKIP],
1036 'regress/regress-634-debug': [SKIP], 1062 'regress/regress-634-debug': [SKIP],
1037 'regress/regress-78270': [SKIP], 1063 'regress/regress-78270': [SKIP],
1038 'regress/regress-crbug-347903': [SKIP], 1064 'regress/regress-crbug-347903': [SKIP],
1039 'regress/regress-crbug-505007-1': [SKIP], 1065 'regress/regress-crbug-505007-1': [SKIP],
1040 'regress/regress-crbug-505007-2': [SKIP], 1066 'regress/regress-crbug-505007-2': [SKIP],
1041 'regress/short-circuit': [SKIP], 1067 'regress/short-circuit': [SKIP],
1042 'stack-traces-overflow': [SKIP], 1068 'stack-traces-overflow': [SKIP],
1043 'unicodelctest': [SKIP], 1069 'unicodelctest': [SKIP],
1044 'unicodelctest-no-optimization': [SKIP], 1070 'unicodelctest-no-optimization': [SKIP],
1045 }], # ignition == True and (arch == arm or arch == arm64) 1071 }], # ignition == True and (arch == arm or arch == arm64)
1046 1072
1047 ] 1073 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/regress/regress-lookup-transition.js ('k') | test/mjsunit/readonly.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698