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

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

Issue 2484223004: Stage harmony trailing commas (Closed)
Patch Set: update status file Created 4 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 | « src/flag-definitions.h ('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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL], 389 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL],
390 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL], 390 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL],
391 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL], 391 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL],
392 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL], 392 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL],
393 'built-ins/String/prototype/trim/u180e': [FAIL], 393 'built-ins/String/prototype/trim/u180e': [FAIL],
394 'built-ins/Number/S9.3.1_A3_T2_U180E': [FAIL], 394 'built-ins/Number/S9.3.1_A3_T2_U180E': [FAIL],
395 'built-ins/Number/S9.3.1_A3_T1_U180E': [FAIL], 395 'built-ins/Number/S9.3.1_A3_T1_U180E': [FAIL],
396 'built-ins/Number/S9.3.1_A2_U180E': [FAIL], 396 'built-ins/Number/S9.3.1_A2_U180E': [FAIL],
397 397
398 # https://bugs.chromium.org/p/v8/issues/detail?id=5051 398 # https://bugs.chromium.org/p/v8/issues/detail?id=5051
399 'language/expressions/arrow-function/params-trailing-comma': [FAIL], 399 'language/expressions/call/trailing-comma': [FAIL],
400 'language/expressions/arrow-function/params-trailing-comma-length': [FAIL],
401 'language/expressions/function/params-trailing-comma': [FAIL],
402 'language/expressions/function/params-trailing-comma-arguments': [FAIL],
403 'language/expressions/function/params-trailing-comma-length': [FAIL],
404 'language/expressions/generators/params-trailing-comma': [FAIL],
405 'language/expressions/generators/params-trailing-comma-arguments': [FAIL],
406 'language/expressions/generators/params-trailing-comma-length': [FAIL],
407 'language/expressions/object/method-definition/params-trailing-comma': [FAIL],
408 'language/expressions/object/method-definition/params-trailing-comma-arguments ': [FAIL],
409 'language/expressions/object/method-definition/params-trailing-comma-length': [FAIL],
410 'language/statements/class/definition/params-trailing-comma': [FAIL], 400 'language/statements/class/definition/params-trailing-comma': [FAIL],
411 'language/statements/class/definition/params-trailing-comma-arguments': [FAIL] , 401 'language/statements/class/definition/params-trailing-comma-arguments': [FAIL] ,
412 'language/statements/class/definition/params-trailing-comma-length': [FAIL],
413 'language/statements/function/params-trailing-comma': [FAIL],
414 'language/statements/function/params-trailing-comma-arguments': [FAIL],
415 'language/statements/function/params-trailing-comma-length': [FAIL],
416 'language/statements/generators/params-trailing-comma': [FAIL],
417 'language/statements/generators/params-trailing-comma-arguments': [FAIL],
418 'language/statements/generators/params-trailing-comma-length': [FAIL],
419 402
420 # https://bugs.chromium.org/p/v8/issues/detail?id=5326 403 # https://bugs.chromium.org/p/v8/issues/detail?id=5326
421 'language/expressions/super/call-new-target-undef': [FAIL], 404 'language/expressions/super/call-new-target-undef': [FAIL],
422 'language/eval-code/direct/super-call-fn': [FAIL], 405 'language/eval-code/direct/super-call-fn': [FAIL],
423 'language/expressions/super/prop-dot-fn-no-super-bndng': [FAIL], 406 'language/expressions/super/prop-dot-fn-no-super-bndng': [FAIL],
424 'language/expressions/super/prop-expr-fn-no-super-bndng': [FAIL], 407 'language/expressions/super/prop-expr-fn-no-super-bndng': [FAIL],
425 'language/expressions/super/prop-expr-fn-eval-before-has-super': [FAIL], 408 'language/expressions/super/prop-expr-fn-eval-before-has-super': [FAIL],
426 409
427 # https://bugs.chromium.org/p/v8/issues/detail?id=5064 410 # https://bugs.chromium.org/p/v8/issues/detail?id=5064
428 'language/expressions/arrow-function/params-dflt-duplicates': [FAIL], 411 'language/expressions/arrow-function/params-dflt-duplicates': [FAIL],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 619
637 # v8:5487 620 # v8:5487
638 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL], 621 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
639 622
640 # v8:5401 623 # v8:5401
641 'language/module-code/namespace/internals/set': [FAIL], 624 'language/module-code/namespace/internals/set': [FAIL],
642 'language/module-code/namespace/internals/define-own-property': [FAIL], 625 'language/module-code/namespace/internals/define-own-property': [FAIL],
643 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan 626 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
644 627
645 ] 628 ]
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698