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

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

Issue 2361813002: [turbofan] Don't take into account source size for inlining heuristics. (Closed)
Patch Set: Mozilla timeouts Created 4 years, 3 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/es6/tail-call-megatest.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 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN TS]], 184 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN TS]],
185 'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_ VARIANTS]], 185 'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_ VARIANTS]],
186 186
187 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], 187 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]],
188 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], 188 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]],
189 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]], 189 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]],
190 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]], 190 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]],
191 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]], 191 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]],
192 # http://b/issue?id=1206983 192 # http://b/issue?id=1206983
193 'js1_5/Regress/regress-367561-03': [PASS, ['mode == debug', FAIL], NO_VARIANTS ], 193 'js1_5/Regress/regress-367561-03': [PASS, ['mode == debug', FAIL], NO_VARIANTS ],
194 'ecma/FunctionObjects/15.3.1.1-3': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_ VARIANTS]],
195 'ecma/FunctionObjects/15.3.2.1-3': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_ VARIANTS]],
196 'ecma/FunctionObjects/15.3.5-1': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VA RIANTS]],
194 'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]] , 197 'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]] ,
195 198
196 # These tests create two Date objects just after each other and 199 # These tests create two Date objects just after each other and
197 # expects them to match. Sometimes this happens on the border 200 # expects them to match. Sometimes this happens on the border
198 # between one second and the next. 201 # between one second and the next.
199 'ecma/Date/15.9.2.1': [PASS, FAIL], 202 'ecma/Date/15.9.2.1': [PASS, FAIL],
200 'ecma/Date/15.9.2.2-1': [PASS, FAIL], 203 'ecma/Date/15.9.2.2-1': [PASS, FAIL],
201 'ecma/Date/15.9.2.2-2': [PASS, FAIL], 204 'ecma/Date/15.9.2.2-2': [PASS, FAIL],
202 'ecma/Date/15.9.2.2-3': [PASS, FAIL], 205 'ecma/Date/15.9.2.2-3': [PASS, FAIL],
203 'ecma/Date/15.9.2.2-4': [PASS, FAIL], 206 'ecma/Date/15.9.2.2-4': [PASS, FAIL],
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 981
979 #BUG(3152): Avoid C stack overflow. 982 #BUG(3152): Avoid C stack overflow.
980 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 983 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
981 }], # 'arch == arm64 and simulator_run == True' 984 }], # 'arch == arm64 and simulator_run == True'
982 985
983 ['variant == asm_wasm', { 986 ['variant == asm_wasm', {
984 '*': [SKIP], 987 '*': [SKIP],
985 }], # variant == asm_wasm 988 }], # variant == asm_wasm
986 989
987 ] 990 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/tail-call-megatest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698