| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'test-cpu-profiler/*': [PASS, FLAKY], | 77 'test-cpu-profiler/*': [PASS, FLAKY], |
| 78 'test-cpu-profiler/*': [SKIP], | 78 'test-cpu-profiler/*': [SKIP], |
| 79 | 79 |
| 80 # BUG(3525). Test crashes flakily. | 80 # BUG(3525). Test crashes flakily. |
| 81 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | 81 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
| 82 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | 82 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], |
| 83 | 83 |
| 84 ############################################################################## | 84 ############################################################################## |
| 85 # TurboFan compiler failures. | 85 # TurboFan compiler failures. |
| 86 | 86 |
| 87 # TODO(mstarzinger): These need investigation and are not categorized yet. | |
| 88 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], | |
| 89 | |
| 90 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. | 87 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. |
| 91 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], | 88 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], |
| 92 'test-debug/MessageQueues': [PASS, NO_VARIANTS], | 89 'test-debug/MessageQueues': [PASS, NO_VARIANTS], |
| 93 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], | 90 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], |
| 94 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], | 91 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], |
| 95 | 92 |
| 96 # TODO(dcarney): C calls are broken all over the place. | 93 # TODO(dcarney): C calls are broken all over the place. |
| 97 'test-run-machops/RunCall*': [SKIP], | 94 'test-run-machops/RunCall*': [SKIP], |
| 98 'test-run-machops/RunLoadImmIndex': [SKIP], | 95 'test-run-machops/RunLoadImmIndex': [SKIP], |
| 99 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], | 96 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 'test-api/Float32Array' : [SKIP], | 454 'test-api/Float32Array' : [SKIP], |
| 458 'test-api/Float64Array' : [SKIP], | 455 'test-api/Float64Array' : [SKIP], |
| 459 'test-api/Regress2333' : [SKIP], | 456 'test-api/Regress2333' : [SKIP], |
| 460 'test-alloc/StressHandles' : [SKIP], | 457 'test-alloc/StressHandles' : [SKIP], |
| 461 'test-alloc/StressJS' : [SKIP], | 458 'test-alloc/StressJS' : [SKIP], |
| 462 'test-accessors/HandleScopePop' : [SKIP], | 459 'test-accessors/HandleScopePop' : [SKIP], |
| 463 'test-accessors/Gc' : [SKIP], | 460 'test-accessors/Gc' : [SKIP], |
| 464 | 461 |
| 465 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 462 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 466 ] | 463 ] |
| OLD | NEW |