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

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

Issue 1409533003: Remove bogus flags from call-counts.js test. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Also fix typo. Created 5 years, 2 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/mjsunit/call-counts.js ('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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a rm, android_arm64]', SKIP]], 245 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a rm, android_arm64]', SKIP]],
246 246
247 # Too slow for slow variants. 247 # Too slow for slow variants.
248 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], 248 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS],
249 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], 249 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS],
250 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], 250 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS],
251 251
252 # BUG(v8:3838). 252 # BUG(v8:3838).
253 'regress/regress-3116': [PASS, ['isolates', FLAKY]], 253 'regress/regress-3116': [PASS, ['isolates', FLAKY]],
254 254
255 # BUG(v:4458). TODO(mvstanton): reenable the test once --vector-stores is 255 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is
256 # prermanently enabled. 256 # prermanently enabled.
257 'call-counts': [SKIP], 257 'call-counts': [SKIP],
258 258
259 # BUG(chromium:508074). Remove this once the issue is fixed. 259 # BUG(chromium:508074). Remove this once the issue is fixed.
260 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], 260 'harmony/arrow-rest-params': [PASS, NO_VARIANTS],
261 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], 261 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]],
262 262
263 # Slow tests. 263 # Slow tests.
264 'copy-on-write-assert': [PASS, SLOW], 264 'copy-on-write-assert': [PASS, SLOW],
265 'debug-scopes': [PASS, SLOW], 265 'debug-scopes': [PASS, SLOW],
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'd8-worker-sharedarraybuffer': [SKIP], 714 'd8-worker-sharedarraybuffer': [SKIP],
715 }], # 'predictable == True' 715 }], # 'predictable == True'
716 716
717 ############################################################################## 717 ##############################################################################
718 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 718 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
719 719
720 # take too long with the simulator. 720 # take too long with the simulator.
721 'regress/regress-1132': [SKIP], 721 'regress/regress-1132': [SKIP],
722 }], # 'arch == ppc and simulator_run == True' 722 }], # 'arch == ppc and simulator_run == True'
723 ] 723 ]
OLDNEW
« no previous file with comments | « test/mjsunit/call-counts.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698