| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 | 68 |
| 69 # This tests only the type system, so there is no point in running several | 69 # This tests only the type system, so there is no point in running several |
| 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 | 79 |
| 79 ############################################################################## | 80 ############################################################################## |
| 80 # TurboFan compiler failures. | 81 # TurboFan compiler failures. |
| 81 | 82 |
| 82 # TODO(mstarzinger): These need investigation and are not categorized yet. | 83 # TODO(mstarzinger): These need investigation and are not categorized yet. |
| 83 'test-cpu-profiler/*': [SKIP], | |
| 84 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], | 84 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], |
| 85 | 85 |
| 86 # TODO(mstarzinger/verwaest): This access check API is borked. | |
| 87 'test-api/TurnOnAccessCheck': [PASS, NO_VARIANTS], | |
| 88 'test-api/TurnOnAccessCheckAndRecompile': [PASS, NO_VARIANTS], | |
| 89 | |
| 90 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. | 86 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. |
| 91 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], | 87 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], |
| 92 'test-debug/MessageQueues': [PASS, NO_VARIANTS], | 88 'test-debug/MessageQueues': [PASS, NO_VARIANTS], |
| 93 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], | 89 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], |
| 94 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], | 90 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], |
| 95 | 91 |
| 96 # TODO(dcarney): C calls are broken all over the place. | 92 # TODO(dcarney): C calls are broken all over the place. |
| 97 'test-run-machops/RunCall*': [SKIP], | 93 'test-run-machops/RunCall*': [SKIP], |
| 98 'test-run-machops/RunLoadImmIndex': [SKIP], | 94 'test-run-machops/RunLoadImmIndex': [SKIP], |
| 99 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], | 95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], |
| 100 | 96 |
| 101 # Some tests are just too slow to run for now. | 97 # Some tests are just too slow to run for now. |
| 102 'test-api/Threading*': [PASS, NO_VARIANTS], | 98 'test-api/Threading*': [PASS, NO_VARIANTS], |
| 103 'test-api/RequestInterruptTestWithMathAbs': [PASS, NO_VARIANTS], | |
| 104 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 99 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
| 105 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 100 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
| 106 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 101 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
| 107 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 102 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
| 108 | 103 |
| 109 # Support for lazy deoptimization is missing. | 104 # Support for lazy deoptimization is missing. |
| 110 'test-deoptimization/DeoptimizeCompare': [PASS, NO_VARIANTS], | 105 'test-deoptimization/DeoptimizeCompare': [PASS, NO_VARIANTS], |
| 111 | 106 |
| 112 # Support for breakpoints requires using LoadICs and StoreICs. | 107 # Support for breakpoints requires using LoadICs and StoreICs. |
| 113 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], | 108 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 'test-api/Float32Array' : [SKIP], | 450 'test-api/Float32Array' : [SKIP], |
| 456 'test-api/Float64Array' : [SKIP], | 451 'test-api/Float64Array' : [SKIP], |
| 457 'test-api/Regress2333' : [SKIP], | 452 'test-api/Regress2333' : [SKIP], |
| 458 'test-alloc/StressHandles' : [SKIP], | 453 'test-alloc/StressHandles' : [SKIP], |
| 459 'test-alloc/StressJS' : [SKIP], | 454 'test-alloc/StressJS' : [SKIP], |
| 460 'test-accessors/HandleScopePop' : [SKIP], | 455 'test-accessors/HandleScopePop' : [SKIP], |
| 461 'test-accessors/Gc' : [SKIP], | 456 'test-accessors/Gc' : [SKIP], |
| 462 | 457 |
| 463 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 458 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 464 ] | 459 ] |
| OLD | NEW |