| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'test-cpu-profiler/*': [PASS, FLAKY], | 74 'test-cpu-profiler/*': [PASS, FLAKY], |
| 75 'test-cpu-profiler/*': [SKIP], | 75 'test-cpu-profiler/*': [SKIP], |
| 76 | 76 |
| 77 # BUG(3525). Test crashes flakily. | 77 # BUG(3525). Test crashes flakily. |
| 78 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | 78 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
| 79 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | 79 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], |
| 80 | 80 |
| 81 ############################################################################## | 81 ############################################################################## |
| 82 # TurboFan compiler failures. | 82 # TurboFan compiler failures. |
| 83 | 83 |
| 84 # TODO(sigurds): The schedule is borked with multiple inlinees, | 84 # TODO(mstarzinger): The scheduler cannot handle free-floating loops yet. |
| 85 # and cannot handle free-floating loops yet | |
| 86 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], | |
| 87 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], | |
| 88 'test-run-inlining/InlineLoop': [SKIP], | 85 'test-run-inlining/InlineLoop': [SKIP], |
| 89 | 86 |
| 90 # Some tests are just too slow to run for now. | 87 # Some tests are just too slow to run for now. |
| 91 'test-api/Threading*': [PASS, NO_VARIANTS], | 88 'test-api/Threading*': [PASS, NO_VARIANTS], |
| 92 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 89 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
| 93 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 90 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
| 94 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 91 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
| 95 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 92 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
| 96 | 93 |
| 97 # Support for breakpoints requires using LoadICs and StoreICs. | 94 # Support for breakpoints requires using LoadICs and StoreICs. |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 'test-api/Float32Array' : [SKIP], | 449 'test-api/Float32Array' : [SKIP], |
| 453 'test-api/Float64Array' : [SKIP], | 450 'test-api/Float64Array' : [SKIP], |
| 454 'test-api/Regress2333' : [SKIP], | 451 'test-api/Regress2333' : [SKIP], |
| 455 'test-alloc/StressHandles' : [SKIP], | 452 'test-alloc/StressHandles' : [SKIP], |
| 456 'test-alloc/StressJS' : [SKIP], | 453 'test-alloc/StressJS' : [SKIP], |
| 457 'test-accessors/HandleScopePop' : [SKIP], | 454 'test-accessors/HandleScopePop' : [SKIP], |
| 458 'test-accessors/Gc' : [SKIP], | 455 'test-accessors/Gc' : [SKIP], |
| 459 | 456 |
| 460 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 457 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 461 ] | 458 ] |
| OLD | NEW |