| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 # BUG(3525). Test crashes flakily. | 76 # BUG(3525). Test crashes flakily. |
| 77 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | 77 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
| 78 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | 78 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], |
| 79 | 79 |
| 80 ############################################################################## | 80 ############################################################################## |
| 81 # TurboFan compiler failures. | 81 # TurboFan compiler failures. |
| 82 | 82 |
| 83 # Scheduler cannot handle free-floating loops yet | 83 # Scheduler cannot handle free-floating loops yet |
| 84 'test-run-inlining/InlineLoop': [SKIP], | 84 'test-run-inlining/InlineLoop': [SKIP], |
| 85 | 85 |
| 86 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. | |
| 87 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], | |
| 88 'test-debug/MessageQueues': [PASS, NO_VARIANTS], | |
| 89 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], | |
| 90 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], | |
| 91 | |
| 92 # TODO(dcarney): C calls are broken all over the place. | 86 # TODO(dcarney): C calls are broken all over the place. |
| 93 'test-run-machops/RunCall*': [SKIP], | 87 'test-run-machops/RunCall*': [SKIP], |
| 94 'test-run-machops/RunLoadImmIndex': [SKIP], | 88 'test-run-machops/RunLoadImmIndex': [SKIP], |
| 95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], | 89 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], |
| 96 | 90 |
| 97 # TODO(sigurds): The schedule is borked with multiple inlinees. | 91 # TODO(sigurds): The schedule is borked with multiple inlinees. |
| 98 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], | 92 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], |
| 99 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], | 93 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], |
| 100 | 94 |
| 101 # Some tests are just too slow to run for now. | 95 # Some tests are just too slow to run for now. |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 'test-api/Float32Array' : [SKIP], | 460 'test-api/Float32Array' : [SKIP], |
| 467 'test-api/Float64Array' : [SKIP], | 461 'test-api/Float64Array' : [SKIP], |
| 468 'test-api/Regress2333' : [SKIP], | 462 'test-api/Regress2333' : [SKIP], |
| 469 'test-alloc/StressHandles' : [SKIP], | 463 'test-alloc/StressHandles' : [SKIP], |
| 470 'test-alloc/StressJS' : [SKIP], | 464 'test-alloc/StressJS' : [SKIP], |
| 471 'test-accessors/HandleScopePop' : [SKIP], | 465 'test-accessors/HandleScopePop' : [SKIP], |
| 472 'test-accessors/Gc' : [SKIP], | 466 'test-accessors/Gc' : [SKIP], |
| 473 | 467 |
| 474 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 468 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 475 ] | 469 ] |
| OLD | NEW |