| 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 | 78 |
| 79 ############################################################################## | 79 ############################################################################## |
| 80 # TurboFan compiler failures. | 80 # TurboFan compiler failures. |
| 81 | 81 |
| 82 # TODO(jarin): Lazy deoptimization test. | |
| 83 'test-run-deopt/TurboSimpleDeopt': [SKIP], | |
| 84 | |
| 85 # TODO(mstarzinger): These need investigation and are not categorized yet. | 82 # TODO(mstarzinger): These need investigation and are not categorized yet. |
| 86 'test-cpu-profiler/*': [SKIP], | 83 'test-cpu-profiler/*': [SKIP], |
| 87 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], | 84 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], |
| 88 | 85 |
| 89 # TODO(mstarzinger/verwaest): This access check API is borked. | 86 # TODO(mstarzinger/verwaest): This access check API is borked. |
| 90 'test-api/TurnOnAccessCheck': [PASS, NO_VARIANTS], | 87 'test-api/TurnOnAccessCheck': [PASS, NO_VARIANTS], |
| 91 'test-api/TurnOnAccessCheckAndRecompile': [PASS, NO_VARIANTS], | 88 'test-api/TurnOnAccessCheckAndRecompile': [PASS, NO_VARIANTS], |
| 92 | 89 |
| 93 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. | 90 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. |
| 94 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], | 91 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 'test-api/Float32Array' : [SKIP], | 458 'test-api/Float32Array' : [SKIP], |
| 462 'test-api/Float64Array' : [SKIP], | 459 'test-api/Float64Array' : [SKIP], |
| 463 'test-api/Regress2333' : [SKIP], | 460 'test-api/Regress2333' : [SKIP], |
| 464 'test-alloc/StressHandles' : [SKIP], | 461 'test-alloc/StressHandles' : [SKIP], |
| 465 'test-alloc/StressJS' : [SKIP], | 462 'test-alloc/StressJS' : [SKIP], |
| 466 'test-accessors/HandleScopePop' : [SKIP], | 463 'test-accessors/HandleScopePop' : [SKIP], |
| 467 'test-accessors/Gc' : [SKIP], | 464 'test-accessors/Gc' : [SKIP], |
| 468 | 465 |
| 469 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 466 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 470 ] | 467 ] |
| OLD | NEW |