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

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

Issue 2961873002: [test] Fix test status file simulator_run not evaluate to boolean error and clean up equal operator (Closed)
Patch Set: Drop unnecessary comparison operators Created 3 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/mjsunit.status ('k') | test/webkit/webkit.status » ('j') | 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 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'js1_5/extensions/regress-371636': [SKIP], 916 'js1_5/extensions/regress-371636': [SKIP],
917 'js1_5/Regress/regress-203278-1': [SKIP], 917 'js1_5/Regress/regress-203278-1': [SKIP],
918 'js1_5/Regress/regress-404755': [SKIP], 918 'js1_5/Regress/regress-404755': [SKIP],
919 'js1_5/Regress/regress-451322': [SKIP], 919 'js1_5/Regress/regress-451322': [SKIP],
920 920
921 921
922 # BUG(1040): This test might time out. 922 # BUG(1040): This test might time out.
923 'js1_5/GC/regress-203278-2': [PASS, SLOW, NO_VARIANTS], 923 'js1_5/GC/regress-203278-2': [PASS, SLOW, NO_VARIANTS],
924 }], # 'arch == mipsel or arch == mips64el or arch == mips64' 924 }], # 'arch == mipsel or arch == mips64el or arch == mips64'
925 925
926 ['arch == mipsel and simulator_run == True', { 926 ['arch == mipsel and simulator_run', {
927 # Crashes due to C stack overflow. 927 # Crashes due to C stack overflow.
928 'js1_5/extensions/regress-355497': [SKIP], 928 'js1_5/extensions/regress-355497': [SKIP],
929 }], # 'arch == mipsel and simulator_run == True' 929 }], # 'arch == mipsel and simulator_run'
930 930
931 ['arch == mips64el and simulator_run == True', { 931 ['arch == mips64el and simulator_run', {
932 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 932 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
933 }], # 'arch == mips64el and simulator_run == True' 933 }], # 'arch == mips64el and simulator_run'
934 934
935 ['arch == mips', { 935 ['arch == mips', {
936 936
937 # BUG(3251229): Times out when running new crankshaft test script. 937 # BUG(3251229): Times out when running new crankshaft test script.
938 'ecma_3/RegExp/regress-311414': [SKIP], 938 'ecma_3/RegExp/regress-311414': [SKIP],
939 'ecma/Date/15.9.5.8': [SKIP], 939 'ecma/Date/15.9.5.8': [SKIP],
940 'ecma/Date/15.9.5.10-2': [SKIP], 940 'ecma/Date/15.9.5.10-2': [SKIP],
941 'ecma/Date/15.9.5.11-2': [SKIP], 941 'ecma/Date/15.9.5.11-2': [SKIP],
942 'ecma/Date/15.9.5.12-2': [SKIP], 942 'ecma/Date/15.9.5.12-2': [SKIP],
943 'js1_5/Array/regress-99120-02': [SKIP], 943 'js1_5/Array/regress-99120-02': [SKIP],
944 'js1_5/extensions/regress-371636': [SKIP], 944 'js1_5/extensions/regress-371636': [SKIP],
945 'js1_5/Regress/regress-203278-1': [SKIP], 945 'js1_5/Regress/regress-203278-1': [SKIP],
946 'js1_5/Regress/regress-404755': [SKIP], 946 'js1_5/Regress/regress-404755': [SKIP],
947 'js1_5/Regress/regress-451322': [SKIP], 947 'js1_5/Regress/regress-451322': [SKIP],
948 948
949 949
950 # BUG(1040): This test might time out. 950 # BUG(1040): This test might time out.
951 'js1_5/GC/regress-203278-2': [PASS, SLOW, NO_VARIANTS], 951 'js1_5/GC/regress-203278-2': [PASS, SLOW, NO_VARIANTS],
952 }], # 'arch == mips' 952 }], # 'arch == mips'
953 953
954 ['arch == arm and simulator_run == True', { 954 ['arch == arm and simulator_run', {
955 955
956 #BUG(3837): Crashes due to C stack overflow. 956 #BUG(3837): Crashes due to C stack overflow.
957 'js1_5/extensions/regress-355497': [SKIP], 957 'js1_5/extensions/regress-355497': [SKIP],
958 }], # 'arch == arm and simulator_run == True' 958 }], # 'arch == arm and simulator_run'
959 959
960 ['arch == arm64 and simulator_run == True', { 960 ['arch == arm64 and simulator_run', {
961 961
962 'js1_5/GC/regress-203278-2': [SKIP], 962 'js1_5/GC/regress-203278-2': [SKIP],
963 963
964 # These tests time out in debug mode but pass in product mode 964 # These tests time out in debug mode but pass in product mode
965 'js1_5/Regress/regress-360969-03': [SKIP], 965 'js1_5/Regress/regress-360969-03': [SKIP],
966 'js1_5/Regress/regress-360969-04': [SKIP], 966 'js1_5/Regress/regress-360969-04': [SKIP],
967 'js1_5/Regress/regress-360969-05': [SKIP], 967 'js1_5/Regress/regress-360969-05': [SKIP],
968 'js1_5/Regress/regress-360969-06': [SKIP], 968 'js1_5/Regress/regress-360969-06': [SKIP],
969 'js1_5/extensions/regress-365527': [SKIP], 969 'js1_5/extensions/regress-365527': [SKIP],
970 'ecma/Date/15.9.5.10-2': [SKIP], 970 'ecma/Date/15.9.5.10-2': [SKIP],
971 'js1_5/Regress/regress-416628': [SKIP], 971 'js1_5/Regress/regress-416628': [SKIP],
972 'js1_5/extensions/regress-371636': [SKIP], 972 'js1_5/extensions/regress-371636': [SKIP],
973 'ecma_3/RegExp/regress-330684': [SKIP], 973 'ecma_3/RegExp/regress-330684': [SKIP],
974 'ecma_3/RegExp/regress-307456': [SKIP], 974 'ecma_3/RegExp/regress-307456': [SKIP],
975 'js1_5/Regress/regress-303213': [SKIP], 975 'js1_5/Regress/regress-303213': [SKIP],
976 'js1_5/extensions/regress-330569': [SKIP], 976 'js1_5/extensions/regress-330569': [SKIP],
977 'js1_5/extensions/regress-351448': [SKIP], 977 'js1_5/extensions/regress-351448': [SKIP],
978 'js1_5/extensions/regress-336410-1': [SKIP], 978 'js1_5/extensions/regress-336410-1': [SKIP],
979 979
980 #BUG(3152): Avoid C stack overflow. 980 #BUG(3152): Avoid C stack overflow.
981 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 981 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
982 }], # 'arch == arm64 and simulator_run == True' 982 }], # 'arch == arm64 and simulator_run'
983 983
984 ['variant == wasm_traps', { 984 ['variant == wasm_traps', {
985 '*': [SKIP], 985 '*': [SKIP],
986 }], # variant == wasm_traps 986 }], # variant == wasm_traps
987 987
988 ] 988 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698