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

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

Issue 1542963002: [runtime] Introduce dedicated JSBoundFunction to represent bound functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@FunctionConstructor
Patch Set: [arm64] Poke does not preserve flags with --debug-code. Created 4 years, 12 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], 394 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
395 395
396 # https://bugs.chromium.org/p/v8/issues/detail?id=4627 396 # https://bugs.chromium.org/p/v8/issues/detail?id=4627
397 'language/rest-parameters/object-pattern': [FAIL], 397 'language/rest-parameters/object-pattern': [FAIL],
398 'language/rest-parameters/array-pattern': [FAIL], 398 'language/rest-parameters/array-pattern': [FAIL],
399 399
400 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 400 # https://bugs.chromium.org/p/v8/issues/detail?id=4628
401 'language/eval-code/non-definable-function-with-variable': [FAIL], 401 'language/eval-code/non-definable-function-with-variable': [FAIL],
402 'language/eval-code/non-definable-function-with-function': [FAIL], 402 'language/eval-code/non-definable-function-with-function': [FAIL],
403 403
404 # https://bugs.chromium.org/p/v8/issues/detail?id=4629
405 'built-ins/ArrayBuffer/data-allocation-after-object-creation': [FAIL],
406 'built-ins/ArrayBuffer/prototype-from-newtarget': [FAIL],
407
408 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 404 # https://bugs.chromium.org/p/v8/issues/detail?id=4592
409 'built-ins/ArrayBuffer/length-is-absent': [FAIL], 405 'built-ins/ArrayBuffer/length-is-absent': [FAIL],
410 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], 406 'built-ins/ArrayBuffer/length-is-not-number': [FAIL],
411 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], 407 'built-ins/ArrayBuffer/positive-integer-length': [FAIL],
412 408
413 # https://bugs.chromium.org/p/v8/issues/detail?id=4630 409 # https://bugs.chromium.org/p/v8/issues/detail?id=4630
414 'language/statements/generators/invoke-as-constructor': [FAIL], 410 'language/statements/generators/invoke-as-constructor': [FAIL],
415 'language/expressions/generators/invoke-as-constructor': [FAIL], 411 'language/expressions/generators/invoke-as-constructor': [FAIL],
416 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL], 412 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL],
417 413
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 742 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
747 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 743 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
748 'built-ins/decodeURIComponent/S15.1.3.2_A1.13_T1': [SKIP], 744 'built-ins/decodeURIComponent/S15.1.3.2_A1.13_T1': [SKIP],
749 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T1': [SKIP], 745 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T1': [SKIP],
750 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], 746 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP],
751 'built-ins/encodeURI*': [SKIP], 747 'built-ins/encodeURI*': [SKIP],
752 'intl402/9.2.2': [SKIP], 748 'intl402/9.2.2': [SKIP],
753 }], # ignition == True and (arch == arm or arch == arm64) 749 }], # ignition == True and (arch == arm or arch == arm64)
754 750
755 ] 751 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-351315.js ('k') | test/unittests/compiler/js-intrinsic-lowering-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698