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

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

Issue 1780823003: Check that Promise subclasses have callable resolve/reject (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix debug tests Created 4 years, 9 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
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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'built-ins/ArrayBuffer/length-is-absent': [FAIL], 185 'built-ins/ArrayBuffer/length-is-absent': [FAIL],
186 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], 186 'built-ins/ArrayBuffer/length-is-not-number': [FAIL],
187 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], 187 'built-ins/ArrayBuffer/positive-integer-length': [FAIL],
188 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL], 188 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL],
189 189
190 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 190 # https://bugs.chromium.org/p/v8/issues/detail?id=4633
191 'built-ins/Promise/reject-function-name': [FAIL], 191 'built-ins/Promise/reject-function-name': [FAIL],
192 'built-ins/Promise/resolve-function-name': [FAIL], 192 'built-ins/Promise/resolve-function-name': [FAIL],
193 'built-ins/Promise/all/resolve-element-function-name': [FAIL], 193 'built-ins/Promise/all/resolve-element-function-name': [FAIL],
194 'built-ins/Promise/executor-function-name': [FAIL], 194 'built-ins/Promise/executor-function-name': [FAIL],
195 'built-ins/Promise/all/capability-executor-not-callable': [FAIL],
196 'built-ins/Promise/reject/capability-executor-not-callable': [FAIL],
197 'built-ins/Promise/race/capability-executor-not-callable': [FAIL],
198 'built-ins/Promise/prototype/then/capability-executor-not-callable': [FAIL],
199 'built-ins/Promise/resolve/capability-executor-not-callable': [FAIL],
200 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL],
201 195
202 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 196 # https://bugs.chromium.org/p/v8/issues/detail?id=4634
203 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion': [FAIL], 197 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion': [FAIL],
204 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion': [FAIL], 198 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion': [FAIL],
205 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [ FAIL], 199 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [ FAIL],
206 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [ FAIL], 200 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [ FAIL],
207 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion': [FAIL], 201 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion': [FAIL],
208 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion': [FAIL], 202 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion': [FAIL],
209 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [ FAIL], 203 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [ FAIL],
210 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F AIL], 204 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F AIL],
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'language/statements/generators/yield-as-statement': [FAIL], 617 'language/statements/generators/yield-as-statement': [FAIL],
624 'language/statements/generators/yield-as-yield-operand': [FAIL], 618 'language/statements/generators/yield-as-yield-operand': [FAIL],
625 'language/statements/generators/yield-newline': [FAIL], 619 'language/statements/generators/yield-newline': [FAIL],
626 'language/statements/generators/yield-star-before-newline': [FAIL], 620 'language/statements/generators/yield-star-before-newline': [FAIL],
627 621
628 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no exception was thrown at all 622 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
629 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], 623 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL],
630 }], # ignition == True 624 }], # ignition == True
631 625
632 ] 626 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698