| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'test-types/*': [PASS, NO_VARIANTS], | 72 'test-types/*': [PASS, NO_VARIANTS], |
| 73 | 73 |
| 74 # The cpu profiler tests are notoriously flaky. | 74 # The cpu profiler tests are notoriously flaky. |
| 75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) | 75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
| 76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) | 76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |
| 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 | 83 |
| 83 ############################################################################## | 84 ############################################################################## |
| 84 # TurboFan compiler failures. | 85 # TurboFan compiler failures. |
| 85 | 86 |
| 86 # TODO(mstarzinger): These need investigation and are not categorized yet. | 87 # TODO(mstarzinger): These need investigation and are not categorized yet. |
| 87 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], | 88 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], |
| 88 | 89 |
| 89 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. | 90 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. |
| 90 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], | 91 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], |
| 91 'test-debug/MessageQueues': [PASS, NO_VARIANTS], | 92 'test-debug/MessageQueues': [PASS, NO_VARIANTS], |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 'test-api/Float32Array' : [SKIP], | 457 'test-api/Float32Array' : [SKIP], |
| 457 'test-api/Float64Array' : [SKIP], | 458 'test-api/Float64Array' : [SKIP], |
| 458 'test-api/Regress2333' : [SKIP], | 459 'test-api/Regress2333' : [SKIP], |
| 459 'test-alloc/StressHandles' : [SKIP], | 460 'test-alloc/StressHandles' : [SKIP], |
| 460 'test-alloc/StressJS' : [SKIP], | 461 'test-alloc/StressJS' : [SKIP], |
| 461 'test-accessors/HandleScopePop' : [SKIP], | 462 'test-accessors/HandleScopePop' : [SKIP], |
| 462 'test-accessors/Gc' : [SKIP], | 463 'test-accessors/Gc' : [SKIP], |
| 463 | 464 |
| 464 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 465 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 465 ] | 466 ] |
| OLD | NEW |