OLD | NEW |
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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 'runtime-gen/internalnumberparse': [SKIP], | 289 'runtime-gen/internalnumberparse': [SKIP], |
290 'runtime-gen/isinitializedintlobject': [SKIP], | 290 'runtime-gen/isinitializedintlobject': [SKIP], |
291 'runtime-gen/isinitializedintlobjectoftype': [SKIP], | 291 'runtime-gen/isinitializedintlobjectoftype': [SKIP], |
292 'runtime-gen/markasinitializedintlobjectoftype': [SKIP], | 292 'runtime-gen/markasinitializedintlobjectoftype': [SKIP], |
293 'runtime-gen/stringnormalize': [SKIP], | 293 'runtime-gen/stringnormalize': [SKIP], |
294 }], | 294 }], |
295 | 295 |
296 ############################################################################## | 296 ############################################################################## |
297 ['arch == arm64 or arch == android_arm64', { | 297 ['arch == arm64 or arch == android_arm64', { |
298 | 298 |
| 299 # arm64 TF timeout. |
| 300 'regress/regress-1257': [PASS, TIMEOUT], |
| 301 |
299 # Requires bigger stack size in the Genesis and if stack size is increased, | 302 # Requires bigger stack size in the Genesis and if stack size is increased, |
300 # the test requires too much time to run. However, the problem test covers | 303 # the test requires too much time to run. However, the problem test covers |
301 # should be platform-independent. | 304 # should be platform-independent. |
302 'regress/regress-1132': [SKIP], | 305 'regress/regress-1132': [SKIP], |
303 | 306 |
304 # Pass but take too long to run. Skip. | 307 # Pass but take too long to run. Skip. |
305 # Some similar tests (with fewer iterations) may be included in arm64-js | 308 # Some similar tests (with fewer iterations) may be included in arm64-js |
306 # tests. | 309 # tests. |
307 'big-object-literal': [SKIP], | 310 'big-object-literal': [SKIP], |
308 'compiler/regress-arguments': [SKIP], | 311 'compiler/regress-arguments': [SKIP], |
(...skipping 26 matching lines...) Expand all Loading... |
335 # Slow tests. | 338 # Slow tests. |
336 'array-concat': [PASS, SLOW], | 339 'array-concat': [PASS, SLOW], |
337 'array-constructor': [PASS, SLOW], | 340 'array-constructor': [PASS, SLOW], |
338 'array-indexing': [PASS, SLOW], | 341 'array-indexing': [PASS, SLOW], |
339 'array-reduce': [PASS, SLOW], | 342 'array-reduce': [PASS, SLOW], |
340 'array-sort': [PASS, SLOW], | 343 'array-sort': [PASS, SLOW], |
341 'array-splice': [PASS, SLOW], | 344 'array-splice': [PASS, SLOW], |
342 'bit-not': [PASS, SLOW], | 345 'bit-not': [PASS, SLOW], |
343 'compiler/alloc-number': [PASS, SLOW], | 346 'compiler/alloc-number': [PASS, SLOW], |
344 'compiler/osr-assert': [PASS, SLOW], | 347 'compiler/osr-assert': [PASS, SLOW], |
345 'compiler/osr-warm': [PASS, SLOW], | 348 'compiler/osr-warm': [PASS, TIMEOUT, SLOW], |
346 'compiler/osr-with-args': [PASS, SLOW], | 349 'compiler/osr-with-args': [PASS, SLOW], |
347 'debug-scopes': [PASS, SLOW], | 350 'debug-scopes': [PASS, SLOW], |
348 'generated-transition-stub': [PASS, SLOW], | 351 'generated-transition-stub': [PASS, SLOW], |
349 'json2': [PASS, SLOW], | 352 'json2': [PASS, SLOW], |
350 'math-floor-of-div-nosudiv': [PASS, SLOW], | 353 'math-floor-of-div-nosudiv': [PASS, SLOW], |
351 'math-floor-of-div': [PASS, SLOW], | 354 'math-floor-of-div': [PASS, SLOW], |
352 'mirror-object': [PASS, SLOW], | 355 'mirror-object': [PASS, SLOW], |
353 'packed-elements': [PASS, SLOW], | 356 'packed-elements': [PASS, SLOW], |
354 'regress/regress-1122': [PASS, SLOW], | 357 'regress/regress-1122': [PASS, SLOW], |
355 'regress/regress-2185-2': [PASS, SLOW], | 358 'regress/regress-2185-2': [PASS, SLOW], |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 'never-optimize': [SKIP], | 590 'never-optimize': [SKIP], |
588 'regress/regress-2185-2': [SKIP], | 591 'regress/regress-2185-2': [SKIP], |
589 'harmony/object-observe': [SKIP], | 592 'harmony/object-observe': [SKIP], |
590 'readonly': [SKIP], | 593 'readonly': [SKIP], |
591 'array-feedback': [SKIP], | 594 'array-feedback': [SKIP], |
592 | 595 |
593 # Deopt every n garbage collections collides with deopt every n times. | 596 # Deopt every n garbage collections collides with deopt every n times. |
594 'regress/regress-2653': [SKIP], | 597 'regress/regress-2653': [SKIP], |
595 }], # 'deopt_fuzzer == True' | 598 }], # 'deopt_fuzzer == True' |
596 ] | 599 ] |
OLD | NEW |