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

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

Issue 1704313003: X87: disable the regress-crbug-242924 test case for x87. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« no previous file with comments | « no previous file | 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 ############################################################################## 595 ##############################################################################
596 ['arch == mips', { 596 ['arch == mips', {
597 # Flaky with TF. 597 # Flaky with TF.
598 'mirror-script': [PASS, NO_VARIANTS], 598 'mirror-script': [PASS, NO_VARIANTS],
599 }], # 'arch == mips' 599 }], # 'arch == mips'
600 600
601 ############################################################################## 601 ##############################################################################
602 ['arch == x87', { 602 ['arch == x87', {
603 # Turbofan will hit the known issue that x87 changes sNaN to qNaN by default. 603 # Turbofan will hit the known issue that x87 changes sNaN to qNaN by default.
604 'regress/regress-undefined-nan': [SKIP], 604 'regress/regress-undefined-nan': [SKIP],
605 'regress/regress-crbug-242924': [SKIP],
605 }], # 'arch == x87' 606 }], # 'arch == x87'
606 607
607 ############################################################################## 608 ##############################################################################
608 ['arch == mips64el or arch == mips64', { 609 ['arch == mips64el or arch == mips64', {
609 610
610 # Slow tests which times out in debug mode. 611 # Slow tests which times out in debug mode.
611 'try': [PASS, ['mode == debug', SKIP]], 612 'try': [PASS, ['mode == debug', SKIP]],
612 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], 613 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
613 'array-constructor': [PASS, ['mode == debug', SKIP]], 614 'array-constructor': [PASS, ['mode == debug', SKIP]],
614 615
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 # Tests taking too long. 916 # Tests taking too long.
916 'array-functions-prototype-misc': [SKIP], 917 'array-functions-prototype-misc': [SKIP],
917 'strong/implicit-conversions': [SKIP], 918 'strong/implicit-conversions': [SKIP],
918 'strong/load-element-mutate-backing-store': [SKIP], 919 'strong/load-element-mutate-backing-store': [SKIP],
919 920
920 # Stack overflow. 921 # Stack overflow.
921 'big-array-literal': [SKIP], 922 'big-array-literal': [SKIP],
922 }], # 'gcov_coverage' 923 }], # 'gcov_coverage'
923 924
924 ] 925 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698