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

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

Issue 692823002: Skipt tests with TF on windows. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
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 | Annotate | Revision Log
« 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 214
215 215
216 # Tests depend on GC timings. Inherently flaky. 216 # Tests depend on GC timings. Inherently flaky.
217 'js1_5/GC/regress-383269-01': [PASS, FAIL], 217 'js1_5/GC/regress-383269-01': [PASS, FAIL],
218 'js1_5/GC/regress-383269-02': [PASS, FAIL], 218 'js1_5/GC/regress-383269-02': [PASS, FAIL],
219 'js1_5/Regress/regress-404755': [PASS, FAIL], 219 'js1_5/Regress/regress-404755': [PASS, FAIL],
220 220
221 221
222 # Test that depends on timer resolution. Fails every now and then 222 # Test that depends on timer resolution. Fails every now and then
223 # if we're unlucky enough to get a context switch at a bad time. 223 # if we're unlucky enough to get a context switch at a bad time.
224 'js1_5/extensions/regress-363258': [PASS, FAIL], 224 # TODO(mstarzinger): Switch off TF on windows due to timeouts.
225 'js1_5/extensions/regress-363258': [PASS, FAIL, ['system == windows', NO_VARIA NTS]],
225 226
226 227
227 # Test that assumes specific runtime for a regexp, flaky in debug mode. 228 # Test that assumes specific runtime for a regexp, flaky in debug mode.
228 'ecma_3/RegExp/regress-85721': [PASS, ['mode == debug', FAIL]], 229 'ecma_3/RegExp/regress-85721': [PASS, ['mode == debug', FAIL]],
229 230
230 231
231 # Test that assumes specific execution time, flaky in debug mode. 232 # Test that assumes specific execution time, flaky in debug mode.
232 'js1_5/Array/regress-101964': [PASS, ['mode == debug', FAIL]], 233 'js1_5/Array/regress-101964': [PASS, ['mode == debug', FAIL]],
233 234
234 235
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'js1_5/Regress/regress-416628': [SKIP], 926 'js1_5/Regress/regress-416628': [SKIP],
926 'js1_5/extensions/regress-371636': [SKIP], 927 'js1_5/extensions/regress-371636': [SKIP],
927 'ecma_3/RegExp/regress-330684': [SKIP], 928 'ecma_3/RegExp/regress-330684': [SKIP],
928 'ecma_3/RegExp/regress-307456': [SKIP], 929 'ecma_3/RegExp/regress-307456': [SKIP],
929 'js1_5/Regress/regress-303213': [SKIP], 930 'js1_5/Regress/regress-303213': [SKIP],
930 'js1_5/extensions/regress-330569': [SKIP], 931 'js1_5/extensions/regress-330569': [SKIP],
931 'js1_5/extensions/regress-351448': [SKIP], 932 'js1_5/extensions/regress-351448': [SKIP],
932 'js1_5/extensions/regress-336410-1': [SKIP], 933 'js1_5/extensions/regress-336410-1': [SKIP],
933 }], # 'arch == arm64 and simulator_run == True' 934 }], # 'arch == arm64 and simulator_run == True'
934 ] 935 ]
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