Chromium Code Reviews| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 86 'test-heap/PreprocessStackTrace': [FAIL], | 86 'test-heap/PreprocessStackTrace': [FAIL], |
| 87 | 87 |
| 88 # BUG(4333). Function name inferrer does not work for ES6 clases. | 88 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 89 'test-func-name-inference/UpperCaseClass': [FAIL], | 89 'test-func-name-inference/UpperCaseClass': [FAIL], |
| 90 'test-func-name-inference/LowerCaseClass': [FAIL], | 90 'test-func-name-inference/LowerCaseClass': [FAIL], |
| 91 | 91 |
| 92 # BUG(3956). Strong mode is being deprecated. Decide about these tests. | 92 # BUG(3956). Strong mode is being deprecated. Decide about these tests. |
| 93 'test-api/StrongModeAccessCheckAllowed': [FAIL], | 93 'test-api/StrongModeAccessCheckAllowed': [FAIL], |
| 94 'test-api/StrongModeAccessCheckBlocked': [FAIL], | 94 'test-api/StrongModeAccessCheckBlocked': [FAIL], |
| 95 | 95 |
| 96 # Iterator finalization was implemented, which changed the bytecode | |
| 97 # generated from for-of loops | |
| 98 'test-bytecode-generator/ForOf': [FAIL], | |
|
rmcilroy
2016/02/26 12:29:16
Doing this shouldn't be necessary any longer (plea
| |
| 99 | |
| 96 ############################################################################## | 100 ############################################################################## |
| 97 # TurboFan compiler failures. | 101 # TurboFan compiler failures. |
| 98 | 102 |
| 99 # Some tests are just too slow to run for now. | 103 # Some tests are just too slow to run for now. |
| 100 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], | 104 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], |
| 101 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 105 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
| 102 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], | 106 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], |
| 103 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 107 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
| 104 # BUG(3742). | 108 # BUG(3742). |
| 105 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 109 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 612 | 616 |
| 613 # TODO(rmcilroy,4680): Test assert errors. | 617 # TODO(rmcilroy,4680): Test assert errors. |
| 614 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], | 618 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], |
| 615 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]], | 619 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]], |
| 616 | 620 |
| 617 # TODO(rmcilroy,mattloring). | 621 # TODO(rmcilroy,mattloring). |
| 618 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]], | 622 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]], |
| 619 }], | 623 }], |
| 620 | 624 |
| 621 ] | 625 ] |
| OLD | NEW |