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

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

Issue 1768123002: [Interpreter] Fixes a bug when popping context to correct level on break/continue. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes comments 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/cctest/interpreter/bytecode_expectations/WithStatement.golden ('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 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 876
877 # TODO(rmcilroy,4680): Test timeouts. 877 # TODO(rmcilroy,4680): Test timeouts.
878 'array-literal-transitions': [SKIP], 878 'array-literal-transitions': [SKIP],
879 'regress/regress-crbug-517592': [SKIP], 879 'regress/regress-crbug-517592': [SKIP],
880 'regress/regress-crbug-568477-4': [SKIP], 880 'regress/regress-crbug-568477-4': [SKIP],
881 'regress/regress-crbug-409614': [SKIP], 881 'regress/regress-crbug-409614': [SKIP],
882 'regress/regress-crbug-42414': [SKIP], 882 'regress/regress-crbug-42414': [SKIP],
883 'regress/regress-1853': [SKIP], 883 'regress/regress-1853': [SKIP],
884 'regress/regress-crbug-424142': [SKIP], 884 'regress/regress-crbug-424142': [SKIP],
885 885
886 # with statements no longer always have a block as their body
887 'regress/regress-95485': [SKIP],
888 }], # ignition == True 886 }], # ignition == True
889 887
890 ['ignition == True and arch == arm64', { 888 ['ignition == True and arch == arm64', {
891 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 889 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3
892 # seconds. 890 # seconds.
893 'regress/regress-165637': [FAIL], 891 'regress/regress-165637': [FAIL],
894 }], # ignition == True and arch == arm64 892 }], # ignition == True and arch == arm64
895 893
896 ['ignition == True and (arch == arm or arch == arm64)', { 894 ['ignition == True and (arch == arm or arch == arm64)', {
897 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. 895 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts.
(...skipping 14 matching lines...) Expand all
912 # Tests taking too long. 910 # Tests taking too long.
913 'array-functions-prototype-misc': [SKIP], 911 'array-functions-prototype-misc': [SKIP],
914 'strong/implicit-conversions': [SKIP], 912 'strong/implicit-conversions': [SKIP],
915 'strong/load-element-mutate-backing-store': [SKIP], 913 'strong/load-element-mutate-backing-store': [SKIP],
916 914
917 # Stack overflow. 915 # Stack overflow.
918 'big-array-literal': [SKIP], 916 'big-array-literal': [SKIP],
919 }], # 'gcov_coverage' 917 }], # 'gcov_coverage'
920 918
921 ] 919 ]
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/WithStatement.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698