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

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

Issue 1773653002: [strong] Remove all remainders of strong mode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Oversight 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
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 85
86 # Modules are busted 86 # Modules are busted
87 'harmony/module-linking': [SKIP], 87 'harmony/module-linking': [SKIP],
88 'harmony/module-recompile': [SKIP], 88 'harmony/module-recompile': [SKIP],
89 'harmony/module-resolution': [SKIP], 89 'harmony/module-resolution': [SKIP],
90 'harmony/regress/regress-343928': [SKIP], 90 'harmony/regress/regress-343928': [SKIP],
91 91
92 # Proxy tests rely on non ES6 version of Proxies 92 # Proxy tests rely on non ES6 version of Proxies
93 # TODO(neis,cbruni): figure out which Proxy tests can be reused 93 # TODO(neis,cbruni): figure out which Proxy tests can be reused
94 'harmony/proxies-example-membrane': [SKIP], 94 'harmony/proxies-example-membrane': [SKIP],
95 'strong/load-proxy': [SKIP],
96 95
97 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 96 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
98 # not work, but we expect it to not crash. 97 # not work, but we expect it to not crash.
99 'debug-step-turbofan': [PASS, FAIL], 98 'debug-step-turbofan': [PASS, FAIL],
100 99
101 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! 100 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix!
102 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. 101 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware.
103 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. 102 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware.
104 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. 103 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky.
105 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], 104 'debug-compile-event-newfunction': [PASS, NO_VARIANTS],
106 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], 105 'debug-conditional-breakpoints': [PASS, NO_VARIANTS],
107 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], 106 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
108 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], 107 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
109 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. 108 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
110 'debug-ignore-breakpoints': [PASS, NO_VARIANTS], # only in no-snap debug. 109 'debug-ignore-breakpoints': [PASS, NO_VARIANTS], # only in no-snap debug.
111 'debug-setbreakpoint': [PASS, NO_VARIANTS], # only in no-snap debug. 110 'debug-setbreakpoint': [PASS, NO_VARIANTS], # only in no-snap debug.
112 'debug-step': [PASS, NO_VARIANTS], # windows only. 111 'debug-step': [PASS, NO_VARIANTS], # windows only.
113 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. 112 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
114 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. 113 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode.
115 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. 114 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug.
116 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug. 115 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug.
117 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining. 116 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining.
118 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. 117 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode.
119 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress. 118 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress.
120 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress. 119 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
121 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan 120 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan
122 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t urbofan. 121 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t urbofan.
123 122
124 # Issue 3956: Strong mode is deprecating. The expectations inside the
125 # following tests should be updated once deprecation is complete.
126 'strong/class-extend-null': [SKIP],
127 'strong/class-literals': [SKIP],
128 'strong/class-object-frozen': [SKIP],
129 'strong/destructuring': [SKIP],
130 'strong/functions': [SKIP],
131 'strong/implicit-conversions': [SKIP],
132 'strong/implicit-conversions-count': [SKIP],
133 'strong/implicit-conversions-inlining': [SKIP],
134 'strong/load-builtins': [SKIP],
135 'strong/load-element': [SKIP],
136 'strong/load-element-mutate-backing-store': [SKIP],
137 'strong/load-property': [SKIP],
138 'strong/load-property-mutate-backing-store': [SKIP],
139 'strong/load-super': [SKIP],
140 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo fan.
141 'strong/object-delete': [SKIP],
142 'strong/object-freeze-property': [SKIP],
143 'strong/object-set-prototype': [SKIP],
144
145 # Issue 4035: unexpected frame->context() in debugger 123 # Issue 4035: unexpected frame->context() in debugger
146 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], 124 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
147 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], 125 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
148 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], 126 'regress/regress-crbug-222893': [PASS, NO_VARIANTS],
149 'regress/regress-crbug-323936': [PASS, NO_VARIANTS], 127 'regress/regress-crbug-323936': [PASS, NO_VARIANTS],
150 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], 128 'regress/regress-crbug-491943': [PASS, NO_VARIANTS],
151 'regress/regress-325676': [PASS, NO_VARIANTS], 129 'regress/regress-325676': [PASS, NO_VARIANTS],
152 'debug-evaluate-closure': [PASS, NO_VARIANTS], 130 'debug-evaluate-closure': [PASS, NO_VARIANTS],
153 'debug-evaluate-with': [PASS, NO_VARIANTS], 131 'debug-evaluate-with': [PASS, NO_VARIANTS],
154 132
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 362
385 # Too slow for gc stress. 363 # Too slow for gc stress.
386 'asm/embenchen/box2d': [SKIP], 364 'asm/embenchen/box2d': [SKIP],
387 365
388 # Issue 3723. 366 # Issue 3723.
389 'regress/regress-3717': [SKIP], 367 'regress/regress-3717': [SKIP],
390 368
391 # BUG(v8:4237) 369 # BUG(v8:4237)
392 'regress/regress-3976': [SKIP], 370 'regress/regress-3976': [SKIP],
393 371
394 # BUG(v8:4359)
395 'strong/load-proxy': [SKIP],
396
397 # Slow tests. 372 # Slow tests.
398 'array-constructor': [PASS, SLOW], 373 'array-constructor': [PASS, SLOW],
399 'json': [PASS, SLOW], 374 'json': [PASS, SLOW],
400 'regress/regress-446389': [PASS, SLOW], 375 'regress/regress-446389': [PASS, SLOW],
401 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], 376 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW],
402 377
403 # BUG(v8:3097) 378 # BUG(v8:3097)
404 'debug-references': [SKIP], 379 'debug-references': [SKIP],
405 380
406 # BUG(v8:4754). 381 # BUG(v8:4754).
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'es6/regress/regress-2691': [FAIL], 826 'es6/regress/regress-2691': [FAIL],
852 'es6/regress/regress-3280': [FAIL], 827 'es6/regress/regress-3280': [FAIL],
853 'harmony/destructuring-assignment': [FAIL], 828 'harmony/destructuring-assignment': [FAIL],
854 'harmony/function-sent': [FAIL], 829 'harmony/function-sent': [FAIL],
855 'harmony/destructuring': [FAIL], 830 'harmony/destructuring': [FAIL],
856 'harmony/regress/regress-4482': [FAIL], 831 'harmony/regress/regress-4482': [FAIL],
857 'harmony/generators': [FAIL], 832 'harmony/generators': [FAIL],
858 'harmony/iterator-close': [FAIL], 833 'harmony/iterator-close': [FAIL],
859 'harmony/reflect-construct': [FAIL], 834 'harmony/reflect-construct': [FAIL],
860 'es6/promises': [FAIL], 835 'es6/promises': [FAIL],
861 'strong/function-arity': [FAIL],
862 'strong/undefined': [FAIL],
863 836
864 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 837 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
865 'array-literal-feedback': [FAIL], 838 'array-literal-feedback': [FAIL],
866 'regress/regress-4121': [FAIL], 839 'regress/regress-4121': [FAIL],
867 840
868 # TODO(mythria, 4764): lack of osr support. 841 # TODO(mythria, 4764): lack of osr support.
869 'regress/regress-2618': [FAIL], 842 'regress/regress-2618': [FAIL],
870 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 843 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
871 # till it is optimized. So test timeouts. 844 # till it is optimized. So test timeouts.
872 'array-literal-transitions': [SKIP], 845 'array-literal-transitions': [SKIP],
(...skipping 22 matching lines...) Expand all
895 # TODO(rmcilroy,4680): Arm specific timeouts. 868 # TODO(rmcilroy,4680): Arm specific timeouts.
896 'compiler/osr-one': [SKIP], 869 'compiler/osr-one': [SKIP],
897 'compiler/osr-two': [SKIP], 870 'compiler/osr-two': [SKIP],
898 'regress/regress-1257': [SKIP], 871 'regress/regress-1257': [SKIP],
899 }], # ignition == True and (arch == arm or arch == arm64) 872 }], # ignition == True and (arch == arm or arch == arm64)
900 873
901 ############################################################################## 874 ##############################################################################
902 ['gcov_coverage', { 875 ['gcov_coverage', {
903 # Tests taking too long. 876 # Tests taking too long.
904 'array-functions-prototype-misc': [SKIP], 877 'array-functions-prototype-misc': [SKIP],
905 'strong/implicit-conversions': [SKIP],
906 'strong/load-element-mutate-backing-store': [SKIP],
907 878
908 # Stack overflow. 879 # Stack overflow.
909 'big-array-literal': [SKIP], 880 'big-array-literal': [SKIP],
910 }], # 'gcov_coverage' 881 }], # 'gcov_coverage'
911 882
912 ] 883 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/classes-subclass-builtins.js ('k') | test/mjsunit/regress/regress-inline-strong-as-construct.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698