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

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

Issue 1215123002: Make deserialize-script-id test more robust. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update status file Created 5 years, 5 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/deserialize-script-id.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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 ['system == windows', { 585 ['system == windows', {
586 # TODO(mstarzinger): Too slow with turbo fan. 586 # TODO(mstarzinger): Too slow with turbo fan.
587 'big-object-literal': [PASS, ['mode == debug', SKIP]], 587 'big-object-literal': [PASS, ['mode == debug', SKIP]],
588 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], 588 'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
589 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], 589 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
590 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], 590 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]],
591 'unicodelctest': [PASS, ['mode == debug', SKIP]], 591 'unicodelctest': [PASS, ['mode == debug', SKIP]],
592 592
593 # BUG(v8:3435) 593 # BUG(v8:3435)
594 'debug-script-breakpoints': [PASS, FAIL], 594 'debug-script-breakpoints': [PASS, FAIL],
595
596 # BUG(v8:4127)
597 'deserialize-script-id': [PASS, ['no_snap == True', FLAKY]],
598 }], # 'system == windows' 595 }], # 'system == windows'
599 596
600 ############################################################################## 597 ##############################################################################
601 # Native Client uses the ARM simulator so will behave similarly to arm 598 # Native Client uses the ARM simulator so will behave similarly to arm
602 # on mjsunit tests. 599 # on mjsunit tests.
603 # TODO(bradchen): enable more tests for NaCl V8 when it stops using 600 # TODO(bradchen): enable more tests for NaCl V8 when it stops using
604 # the ARM simulator. 601 # the ARM simulator.
605 ############################################################################## 602 ##############################################################################
606 ['arch == nacl_ia32 or arch == nacl_x64', { 603 ['arch == nacl_ia32 or arch == nacl_x64', {
607 # There is no /tmp directory for NaCl runs 604 # There is no /tmp directory for NaCl runs
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'regress/regress-2653': [SKIP], 667 'regress/regress-2653': [SKIP],
671 }], # 'deopt_fuzzer == True' 668 }], # 'deopt_fuzzer == True'
672 669
673 ############################################################################## 670 ##############################################################################
674 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 671 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
675 672
676 # take too long with the simulator. 673 # take too long with the simulator.
677 'regress/regress-1132': [SKIP], 674 'regress/regress-1132': [SKIP],
678 }], # 'arch == ppc and simulator_run == True' 675 }], # 'arch == ppc and simulator_run == True'
679 ] 676 ]
OLDNEW
« no previous file with comments | « test/mjsunit/deserialize-script-id.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698