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

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

Issue 1757543003: Restrict FunctionDeclarations in Statement position (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: git cl format 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
« no previous file with comments | « test/mjsunit/harmony/sloppy-restrictive-block-function.js ('k') | test/mozilla/mozilla.status » ('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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'regress/regress-crbug-568477-2': [FAIL], 862 'regress/regress-crbug-568477-2': [FAIL],
863 863
864 # TODO(rmcilroy,4680): Test timeouts. 864 # TODO(rmcilroy,4680): Test timeouts.
865 'array-literal-transitions': [SKIP], 865 'array-literal-transitions': [SKIP],
866 'regress/regress-crbug-517592': [SKIP], 866 'regress/regress-crbug-517592': [SKIP],
867 'regress/regress-crbug-568477-4': [SKIP], 867 'regress/regress-crbug-568477-4': [SKIP],
868 'regress/regress-crbug-409614': [SKIP], 868 'regress/regress-crbug-409614': [SKIP],
869 'regress/regress-crbug-42414': [SKIP], 869 'regress/regress-crbug-42414': [SKIP],
870 'regress/regress-1853': [SKIP], 870 'regress/regress-1853': [SKIP],
871 'regress/regress-crbug-424142': [SKIP], 871 'regress/regress-crbug-424142': [SKIP],
872
873 # with statements no longer always have a block as their body
874 'regress/regress-95485': [SKIP],
872 }], # ignition == True 875 }], # ignition == True
873 876
874 ['ignition == True and arch == arm64', { 877 ['ignition == True and arch == arm64', {
875 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 878 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3
876 # seconds. 879 # seconds.
877 'regress/regress-165637': [FAIL], 880 'regress/regress-165637': [FAIL],
878 }], # ignition == True and arch == arm64 881 }], # ignition == True and arch == arm64
879 882
880 ['ignition == True and (arch == arm or arch == arm64)', { 883 ['ignition == True and (arch == arm or arch == arm64)', {
881 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. 884 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts.
(...skipping 14 matching lines...) Expand all
896 # Tests taking too long. 899 # Tests taking too long.
897 'array-functions-prototype-misc': [SKIP], 900 'array-functions-prototype-misc': [SKIP],
898 'strong/implicit-conversions': [SKIP], 901 'strong/implicit-conversions': [SKIP],
899 'strong/load-element-mutate-backing-store': [SKIP], 902 'strong/load-element-mutate-backing-store': [SKIP],
900 903
901 # Stack overflow. 904 # Stack overflow.
902 'big-array-literal': [SKIP], 905 'big-array-literal': [SKIP],
903 }], # 'gcov_coverage' 906 }], # 'gcov_coverage'
904 907
905 ] 908 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/sloppy-restrictive-block-function.js ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698