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

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

Issue 1693833002: Remove strong mode support from binary operations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix mistake. Created 4 years, 10 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. 116 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug.
117 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug. 117 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug.
118 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining. 118 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining.
119 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. 119 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode.
120 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress. 120 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress.
121 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress. 121 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
122 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan 122 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan
123 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t urbofan. 123 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t urbofan.
124 124
125 # TODO(rossberg) 125 # TODO(rossberg)
126 # TODO(mstarzinger): Strong mode is deprecating. The expectations inside the
127 # following tests should be updated once deprecation is complete.
128 'strong/implicit-conversions': [SKIP],
129 'strong/implicit-conversions-count': [SKIP],
130 'strong/implicit-conversions-inlining': [SKIP],
126 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo fan. 131 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo fan.
127 132
128 # Issue 4035: unexpected frame->context() in debugger 133 # Issue 4035: unexpected frame->context() in debugger
129 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], 134 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
130 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], 135 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
131 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], 136 'regress/regress-crbug-222893': [PASS, NO_VARIANTS],
132 'regress/regress-crbug-323936': [PASS, NO_VARIANTS], 137 'regress/regress-crbug-323936': [PASS, NO_VARIANTS],
133 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], 138 'regress/regress-crbug-491943': [PASS, NO_VARIANTS],
134 'regress/regress-325676': [PASS, NO_VARIANTS], 139 'regress/regress-325676': [PASS, NO_VARIANTS],
135 'debug-evaluate-closure': [PASS, NO_VARIANTS], 140 'debug-evaluate-closure': [PASS, NO_VARIANTS],
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], 283 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]],
279 284
280 # Slow tests. 285 # Slow tests.
281 'copy-on-write-assert': [PASS, SLOW], 286 'copy-on-write-assert': [PASS, SLOW],
282 'debug-scopes': [PASS, SLOW], 287 'debug-scopes': [PASS, SLOW],
283 'es7/object-observe': [PASS, ['mode == debug', SLOW]], 288 'es7/object-observe': [PASS, ['mode == debug', SLOW]],
284 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], 289 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]],
285 'readonly': [PASS, SLOW], 290 'readonly': [PASS, SLOW],
286 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], 291 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]],
287 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], 292 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]],
288 'strong/implicit-conversions': [PASS, SLOW],
289 'strong/load-element-mutate-backing-store': [PASS, SLOW], 293 'strong/load-element-mutate-backing-store': [PASS, SLOW],
290 294
291 # TODO(titzer): correct WASM adapter frame alignment on arm64 295 # TODO(titzer): correct WASM adapter frame alignment on arm64
292 'wasm/*': [PASS, ['arch == arm64', SKIP]], 296 'wasm/*': [PASS, ['arch == arm64', SKIP]],
293 'wasm/asm-wasm': [PASS, ['arch == arm or arch == arm64', SKIP]], 297 'wasm/asm-wasm': [PASS, ['arch == arm or arch == arm64', SKIP]],
294 298
295 # case-insensitive unicode regexp relies on case mapping provided by ICU. 299 # case-insensitive unicode regexp relies on case mapping provided by ICU.
296 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], 300 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
297 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] , 301 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] ,
298 # desugaring regexp property class relies on ICU. 302 # desugaring regexp property class relies on ICU.
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 # Tests taking too long. 925 # Tests taking too long.
922 'array-functions-prototype-misc': [SKIP], 926 'array-functions-prototype-misc': [SKIP],
923 'strong/implicit-conversions': [SKIP], 927 'strong/implicit-conversions': [SKIP],
924 'strong/load-element-mutate-backing-store': [SKIP], 928 'strong/load-element-mutate-backing-store': [SKIP],
925 929
926 # Stack overflow. 930 # Stack overflow.
927 'big-array-literal': [SKIP], 931 'big-array-literal': [SKIP],
928 }], # 'gcov_coverage' 932 }], # 'gcov_coverage'
929 933
930 ] 934 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698