| OLD | NEW |
| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
| 89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
| 90 # BUG(3742). | 90 # BUG(3742). |
| 91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
| 92 | 92 |
| 93 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 93 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 94 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], | 94 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], |
| 95 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], | 95 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], |
| 96 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], | 96 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], |
| 97 | 97 |
| 98 # TODO(jarin): Cannot lazy-deoptimize from conversions before comparisons. |
| 99 'test-js-typed-lowering/OrderCompareEffects': [SKIP], |
| 100 |
| 98 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue. | 101 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue. |
| 99 'test-mark-compact/MarkingDeque': [SKIP], | 102 'test-mark-compact/MarkingDeque': [SKIP], |
| 100 | 103 |
| 101 'test-heap/TestInternalWeakLists': [PASS, ['arch==arm', NO_VARIANTS]], | 104 'test-heap/TestInternalWeakLists': [PASS, ['arch==arm', NO_VARIANTS]], |
| 102 'test-heap/TestInternalWeakListsTraverseWithGC': [PASS, ['arch==arm', NO_VARIA
NTS]], | 105 'test-heap/TestInternalWeakListsTraverseWithGC': [PASS, ['arch==arm', NO_VARIA
NTS]], |
| 103 | 106 |
| 104 ############################################################################ | 107 ############################################################################ |
| 105 # Slow tests. | 108 # Slow tests. |
| 106 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 109 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 107 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 110 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 # Pass but take too long with the simulator. | 399 # Pass but take too long with the simulator. |
| 397 'test-api/Threading1': [SKIP], | 400 'test-api/Threading1': [SKIP], |
| 398 'test-api/Threading2': [SKIP], | 401 'test-api/Threading2': [SKIP], |
| 399 'test-api/ExternalArrays': [SKIP], | 402 'test-api/ExternalArrays': [SKIP], |
| 400 | 403 |
| 401 # isses to be investigated | 404 # isses to be investigated |
| 402 'test-run-machops/RunWord64EqualInBranchP': [SKIP], | 405 'test-run-machops/RunWord64EqualInBranchP': [SKIP], |
| 403 | 406 |
| 404 }], # 'arch == ppc64 and simulator_run == True' | 407 }], # 'arch == ppc64 and simulator_run == True' |
| 405 ] | 408 ] |
| OLD | NEW |