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

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

Issue 1596523003: Version 4.9.385.2 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@4.9
Patch Set: Created 4 years, 11 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/cctest.status ('k') | test/test262/test262.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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'api-call-after-bypassed-exception': [SKIP], 753 'api-call-after-bypassed-exception': [SKIP],
754 'apply-arguments-gc-safepoint': [SKIP], 754 'apply-arguments-gc-safepoint': [SKIP],
755 'arguments-load-across-eval': [SKIP], 755 'arguments-load-across-eval': [SKIP],
756 'arguments-read-and-assignment': [SKIP], 756 'arguments-read-and-assignment': [SKIP],
757 'array-bounds-check-removal': [SKIP], 757 'array-bounds-check-removal': [SKIP],
758 'array-elements-from-array-prototype-chain': [SKIP], 758 'array-elements-from-array-prototype-chain': [SKIP],
759 'array-functions-prototype-misc': [SKIP], 759 'array-functions-prototype-misc': [SKIP],
760 'array-join': [SKIP], 760 'array-join': [SKIP],
761 'array-literal-feedback': [SKIP], 761 'array-literal-feedback': [SKIP],
762 'array-literal-transitions': [SKIP], 762 'array-literal-transitions': [SKIP],
763 'array-reduce': [SKIP],
764 'array-tostring': [SKIP], 763 'array-tostring': [SKIP],
765 'break': [SKIP], 764 'break': [SKIP],
766 'call-runtime-tail': [SKIP], 765 'call-runtime-tail': [SKIP],
767 'compiler/compare-map-elim2': [SKIP], 766 'compiler/compare-map-elim2': [SKIP],
768 'compiler/deopt-inlined-smi': [SKIP], 767 'compiler/deopt-inlined-smi': [SKIP],
769 'compiler/deopt-tonumber-compare': [SKIP], 768 'compiler/deopt-tonumber-compare': [SKIP],
770 'compiler/escape-analysis-arguments': [SKIP], 769 'compiler/escape-analysis-arguments': [SKIP],
771 'compiler/escape-analysis': [SKIP], 770 'compiler/escape-analysis': [SKIP],
772 'compiler/expression-trees': [SKIP], 771 'compiler/expression-trees': [SKIP],
773 'compiler/inline-arguments': [SKIP], 772 'compiler/inline-arguments': [SKIP],
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 'regress/regress-crbug-451770': [SKIP], 1073 'regress/regress-crbug-451770': [SKIP],
1075 'regress/regress-crbug-503968': [SKIP], 1074 'regress/regress-crbug-503968': [SKIP],
1076 'regress/regress-crbug-504729': [SKIP], 1075 'regress/regress-crbug-504729': [SKIP],
1077 }], # ignition == True 1076 }], # ignition == True
1078 1077
1079 ['ignition == True and (arch == arm or arch == arm64)', { 1078 ['ignition == True and (arch == arm or arch == arm64)', {
1080 'array-constructor': [SKIP], 1079 'array-constructor': [SKIP],
1081 'array-sort': [SKIP], 1080 'array-sort': [SKIP],
1082 'array-store-and-grow': [SKIP], 1081 'array-store-and-grow': [SKIP],
1083 'compiler/division-by-constant': [SKIP], 1082 'compiler/division-by-constant': [SKIP],
1084 'compiler/math-floor-global': [SKIP],
1085 'compiler/math-floor-local': [SKIP],
1086 'compiler/osr-big': [SKIP], 1083 'compiler/osr-big': [SKIP],
1087 'compiler/osr-nested': [SKIP], 1084 'compiler/osr-nested': [SKIP],
1088 'compiler/osr-one': [SKIP], 1085 'compiler/osr-one': [SKIP],
1089 'compiler/osr-two': [SKIP], 1086 'compiler/osr-two': [SKIP],
1090 'date-parse': [SKIP],
1091 'math-floor-part1': [SKIP],
1092 'math-floor-part2': [SKIP],
1093 'math-floor-part3': [SKIP],
1094 'mul-exhaustive-part*': [SKIP], 1087 'mul-exhaustive-part*': [SKIP],
1095 'regress/regress-1167': [SKIP],
1096 'regress/regress-1257': [SKIP], 1088 'regress/regress-1257': [SKIP],
1097 'regress/regress-165637': [SKIP], 1089 'regress/regress-165637': [SKIP],
1098 'regress/regress-2249': [SKIP],
1099 'regress/regress-319722-ArrayBuffer': [SKIP], 1090 'regress/regress-319722-ArrayBuffer': [SKIP],
1100 'regress/regress-411210': [SKIP], 1091 'regress/regress-411210': [SKIP],
1101 'regress/regress-542823': [SKIP],
1102 'regress/regress-634-debug': [SKIP],
1103 'regress/regress-78270': [SKIP],
1104 'regress/regress-91008': [SKIP], 1092 'regress/regress-91008': [SKIP],
1105 'regress/regress-crbug-347903': [SKIP], 1093 'regress/regress-crbug-347903': [SKIP],
1106 'regress/regress-crbug-500497': [SKIP], 1094 'regress/regress-crbug-500497': [SKIP],
1107 'regress/regress-crbug-505007-1': [SKIP], 1095 'regress/regress-crbug-505007-1': [SKIP],
1108 'regress/regress-crbug-505007-2': [SKIP], 1096 'regress/regress-crbug-505007-2': [SKIP],
1109 'regress/regress-2193': [SKIP], 1097 'regress/regress-2193': [SKIP],
1110 'regress/regress-3158': [SKIP], 1098 'regress/regress-3158': [SKIP],
1111 'regress/regress-347904': [SKIP], 1099 'regress/regress-347904': [SKIP],
1112 'regress/regress-380092': [SKIP], 1100 'regress/regress-380092': [SKIP],
1113 'regress/regress-4173': [SKIP], 1101 'regress/regress-4173': [SKIP],
1114 'regress/regress-copy-hole-to-field': [SKIP], 1102 'regress/regress-copy-hole-to-field': [SKIP],
1115 'regress/regress-crbug-315252': [SKIP], 1103 'regress/regress-crbug-315252': [SKIP],
1116 'regress/regress-crbug-412215': [SKIP], 1104 'regress/regress-crbug-412215': [SKIP],
1117 'regress/regress-crbug-513507': [SKIP], 1105 'regress/regress-crbug-513507': [SKIP],
1106 'regress/regress-deep-proto': [SKIP],
1118 'regress/regress-deopt-store-effect': [SKIP], 1107 'regress/regress-deopt-store-effect': [SKIP],
1119 'regress/regress-undefined-store-keyed-fast-element': [SKIP], 1108 'regress/regress-undefined-store-keyed-fast-element': [SKIP],
1120 'regress/typed-array-lifetime': [SKIP],
1121 'regress/short-circuit': [SKIP],
1122 'stack-traces-overflow': [SKIP], 1109 'stack-traces-overflow': [SKIP],
1123 'unicodelctest': [SKIP], 1110 'unicodelctest': [SKIP],
1124 'unicodelctest-no-optimization': [SKIP], 1111 'unicodelctest-no-optimization': [SKIP],
1125 }], # ignition == True and (arch == arm or arch == arm64) 1112 }], # ignition == True and (arch == arm or arch == arm64)
1126 1113
1127 ############################################################################## 1114 ##############################################################################
1128 ['gcov_coverage', { 1115 ['gcov_coverage', {
1129 # Tests taking too long. 1116 # Tests taking too long.
1130 'array-functions-prototype-misc': [SKIP], 1117 'array-functions-prototype-misc': [SKIP],
1131 'strong/implicit-conversions': [SKIP], 1118 'strong/implicit-conversions': [SKIP],
1132 'strong/load-element-mutate-backing-store': [SKIP], 1119 'strong/load-element-mutate-backing-store': [SKIP],
1133 }], # 'gcov_coverage' 1120 }], # 'gcov_coverage'
1134 1121
1135 ] 1122 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698