| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'test-cpu-profiler/*': [PASS, FLAKY], | 73 'test-cpu-profiler/*': [PASS, FLAKY], |
| 74 'test-cpu-profiler/*': [SKIP], | 74 'test-cpu-profiler/*': [SKIP], |
| 75 | 75 |
| 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 |
| 84 'test-run-inlining/InlineLoop': [SKIP], |
| 85 |
| 83 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. | 86 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. |
| 84 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], | 87 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], |
| 85 'test-debug/MessageQueues': [PASS, NO_VARIANTS], | 88 'test-debug/MessageQueues': [PASS, NO_VARIANTS], |
| 86 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], | 89 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], |
| 87 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], | 90 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], |
| 88 | 91 |
| 89 # TODO(dcarney): C calls are broken all over the place. | 92 # TODO(dcarney): C calls are broken all over the place. |
| 90 'test-run-machops/RunCall*': [SKIP], | 93 'test-run-machops/RunCall*': [SKIP], |
| 91 'test-run-machops/RunLoadImmIndex': [SKIP], | 94 'test-run-machops/RunLoadImmIndex': [SKIP], |
| 92 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], | 95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 'test-api/Float32Array' : [SKIP], | 453 'test-api/Float32Array' : [SKIP], |
| 451 'test-api/Float64Array' : [SKIP], | 454 'test-api/Float64Array' : [SKIP], |
| 452 'test-api/Regress2333' : [SKIP], | 455 'test-api/Regress2333' : [SKIP], |
| 453 'test-alloc/StressHandles' : [SKIP], | 456 'test-alloc/StressHandles' : [SKIP], |
| 454 'test-alloc/StressJS' : [SKIP], | 457 'test-alloc/StressJS' : [SKIP], |
| 455 'test-accessors/HandleScopePop' : [SKIP], | 458 'test-accessors/HandleScopePop' : [SKIP], |
| 456 'test-accessors/Gc' : [SKIP], | 459 'test-accessors/Gc' : [SKIP], |
| 457 | 460 |
| 458 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 461 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 459 ] | 462 ] |
| OLD | NEW |