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

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

Issue 1772423002: Don't do any special normalization if a boilerplate contains function literals. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: mark osr-one/osr-two as skip on ignition/arm 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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 888
889 ['ignition == True and arch == arm64', { 889 ['ignition == True and arch == arm64', {
890 # TODO(rmcilroy,4680): Arm64 specific timeouts. 890 # TODO(rmcilroy,4680): Arm64 specific timeouts.
891 'asm/construct-double': [SKIP], 891 'asm/construct-double': [SKIP],
892 'compiler/osr-one': [SKIP], 892 'compiler/osr-one': [SKIP],
893 'compiler/osr-two': [SKIP], 893 'compiler/osr-two': [SKIP],
894 }], # ignition == True and arch == arm64 894 }], # ignition == True and arch == arm64
895 895
896 ['ignition == True and arch == arm', { 896 ['ignition == True and arch == arm', {
897 # TODO(rmcilroy,4680): Arm specific timeouts. 897 # TODO(rmcilroy,4680): Arm specific timeouts.
898 'compiler/osr-one': [PASS, ['mode == debug', SKIP]], 898 'compiler/osr-one': [SKIP],
899 'compiler/osr-two': [PASS, ['mode == debug', SKIP]], 899 'compiler/osr-two': [SKIP],
900 'regress/regress-1257': [SKIP], 900 'regress/regress-1257': [SKIP],
901 }], # ignition == True and (arch == arm or arch == arm64) 901 }], # ignition == True and (arch == arm or arch == arm64)
902 902
903 ############################################################################## 903 ##############################################################################
904 ['gcov_coverage', { 904 ['gcov_coverage', {
905 # Tests taking too long. 905 # Tests taking too long.
906 'array-functions-prototype-misc': [SKIP], 906 'array-functions-prototype-misc': [SKIP],
907 'strong/implicit-conversions': [SKIP], 907 'strong/implicit-conversions': [SKIP],
908 'strong/load-element-mutate-backing-store': [SKIP], 908 'strong/load-element-mutate-backing-store': [SKIP],
909 909
910 # Stack overflow. 910 # Stack overflow.
911 'big-array-literal': [SKIP], 911 'big-array-literal': [SKIP],
912 }], # 'gcov_coverage' 912 }], # 'gcov_coverage'
913 913
914 ] 914 ]
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