| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'test-parsing/ParserSync': [PASS, NO_VARIANTS], | 64 'test-parsing/ParserSync': [PASS, NO_VARIANTS], |
| 65 | 65 |
| 66 # This tests only the type system, so there is no point in running several | 66 # This tests only the type system, so there is no point in running several |
| 67 # variants. | 67 # variants. |
| 68 'test-hydrogen-types/*': [PASS, NO_VARIANTS], | 68 'test-hydrogen-types/*': [PASS, NO_VARIANTS], |
| 69 'test-types/*': [PASS, NO_VARIANTS], | 69 'test-types/*': [PASS, NO_VARIANTS], |
| 70 | 70 |
| 71 # The cpu profiler tests are notoriously flaky. | 71 # The cpu profiler tests are notoriously flaky. |
| 72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) | 72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
| 73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) | 73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |
| 74 'test-cpu-profiler/*': [PASS, FLAKY], | 74 'test-cpu-profiler/CollectCpuProfile': [SKIP], |
| 75 'test-cpu-profiler/*': [SKIP], | 75 'test-cpu-profiler/CollectCpuProfileSamples': [SKIP], |
| 76 'test-cpu-profiler/FunctionApplySample': [SKIP], |
| 77 'test-cpu-profiler/FunctionCallSample': [SKIP], |
| 78 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP], |
| 76 | 79 |
| 77 # BUG(3525). Test crashes flakily. | 80 # BUG(3525). Test crashes flakily. |
| 78 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | 81 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
| 79 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | 82 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], |
| 80 | 83 |
| 81 ############################################################################## | 84 ############################################################################## |
| 82 # TurboFan compiler failures. | 85 # TurboFan compiler failures. |
| 83 | 86 |
| 84 # Some tests are just too slow to run for now. | 87 # Some tests are just too slow to run for now. |
| 85 'test-api/Threading*': [PASS, NO_VARIANTS], | 88 'test-api/Threading*': [PASS, NO_VARIANTS], |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 # Pass but take too long with the simulator. | 414 # Pass but take too long with the simulator. |
| 412 'test-api/Threading1': [SKIP], | 415 'test-api/Threading1': [SKIP], |
| 413 'test-api/Threading2': [SKIP], | 416 'test-api/Threading2': [SKIP], |
| 414 'test-api/ExternalArrays': [SKIP], | 417 'test-api/ExternalArrays': [SKIP], |
| 415 | 418 |
| 416 # isses to be investigated | 419 # isses to be investigated |
| 417 'test-run-machops/RunWord64EqualInBranchP': [SKIP], | 420 'test-run-machops/RunWord64EqualInBranchP': [SKIP], |
| 418 | 421 |
| 419 }], # 'arch == ppc64 and simulator_run == True' | 422 }], # 'arch == ppc64 and simulator_run == True' |
| 420 ] | 423 ] |
| OLD | NEW |