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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 # variants. | 70 # variants. |
71 'test-hydrogen-types/*': [PASS, NO_VARIANTS], | 71 'test-hydrogen-types/*': [PASS, NO_VARIANTS], |
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. |
| 81 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
| 82 |
80 ############################################################################## | 83 ############################################################################## |
81 # TurboFan compiler failures. | 84 # TurboFan compiler failures. |
82 | 85 |
83 # TODO(mstarzinger): These need investigation and are not categorized yet. | 86 # TODO(mstarzinger): These need investigation and are not categorized yet. |
84 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], | 87 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], |
85 | 88 |
86 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. | 89 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. |
87 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], | 90 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], |
88 'test-debug/MessageQueues': [PASS, NO_VARIANTS], | 91 'test-debug/MessageQueues': [PASS, NO_VARIANTS], |
89 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], | 92 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 'test-api/Float32Array' : [SKIP], | 456 'test-api/Float32Array' : [SKIP], |
454 'test-api/Float64Array' : [SKIP], | 457 'test-api/Float64Array' : [SKIP], |
455 'test-api/Regress2333' : [SKIP], | 458 'test-api/Regress2333' : [SKIP], |
456 'test-alloc/StressHandles' : [SKIP], | 459 'test-alloc/StressHandles' : [SKIP], |
457 'test-alloc/StressJS' : [SKIP], | 460 'test-alloc/StressJS' : [SKIP], |
458 'test-accessors/HandleScopePop' : [SKIP], | 461 'test-accessors/HandleScopePop' : [SKIP], |
459 'test-accessors/Gc' : [SKIP], | 462 'test-accessors/Gc' : [SKIP], |
460 | 463 |
461 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 464 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
462 ] | 465 ] |
OLD | NEW |