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

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

Issue 746983002: ARM64: skip flaky mozilla/ecma/Date/15.9.5.26-1 until it is fixed. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month 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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 'js1_5/Regress/regress-451322': [SKIP], 861 'js1_5/Regress/regress-451322': [SKIP],
862 862
863 # BUG(1040): Allow this test to timeout. 863 # BUG(1040): Allow this test to timeout.
864 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], 864 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS],
865 }], # 'arch == arm or arch == arm64' 865 }], # 'arch == arm or arch == arm64'
866 866
867 867
868 ['arch == arm64', { 868 ['arch == arm64', {
869 # BUG(v8:3503): Times out in debug mode. 869 # BUG(v8:3503): Times out in debug mode.
870 'js1_5/Regress/regress-280769-2': [PASS, FAIL, ['mode == debug', SKIP]], 870 'js1_5/Regress/regress-280769-2': [PASS, FAIL, ['mode == debug', SKIP]],
871 # BUG(v8:3716): Flaky failure.
872 'ecma/Date/15.9.5.26-1': [PASS, FAIL],
871 }], # 'arch == arm64' 873 }], # 'arch == arm64'
872 874
873 875
874 ['arch == mipsel or arch == mips64el', { 876 ['arch == mipsel or arch == mips64el', {
875 877
876 # BUG(3251229): Times out when running new crankshaft test script. 878 # BUG(3251229): Times out when running new crankshaft test script.
877 'ecma_3/RegExp/regress-311414': [SKIP], 879 'ecma_3/RegExp/regress-311414': [SKIP],
878 'ecma/Date/15.9.5.8': [SKIP], 880 'ecma/Date/15.9.5.8': [SKIP],
879 'ecma/Date/15.9.5.10-2': [SKIP], 881 'ecma/Date/15.9.5.10-2': [SKIP],
880 'ecma/Date/15.9.5.11-2': [SKIP], 882 'ecma/Date/15.9.5.11-2': [SKIP],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 'ecma_3/RegExp/regress-307456': [SKIP], 932 'ecma_3/RegExp/regress-307456': [SKIP],
931 'js1_5/Regress/regress-303213': [SKIP], 933 'js1_5/Regress/regress-303213': [SKIP],
932 'js1_5/extensions/regress-330569': [SKIP], 934 'js1_5/extensions/regress-330569': [SKIP],
933 'js1_5/extensions/regress-351448': [SKIP], 935 'js1_5/extensions/regress-351448': [SKIP],
934 'js1_5/extensions/regress-336410-1': [SKIP], 936 'js1_5/extensions/regress-336410-1': [SKIP],
935 937
936 #BUG(3152): Avoid C stack overflow. 938 #BUG(3152): Avoid C stack overflow.
937 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 939 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
938 }], # 'arch == arm64 and simulator_run == True' 940 }], # 'arch == arm64 and simulator_run == True'
939 ] 941 ]
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