| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 # BUG(v8:4358). Hangs flakily. | 82 # BUG(v8:4358). Hangs flakily. |
| 83 'test-debug/ProcessDebugMessagesThreaded': [SKIP], | 83 'test-debug/ProcessDebugMessagesThreaded': [SKIP], |
| 84 | 84 |
| 85 # BUG(2340). Preprocessing stack traces is disabled at the moment. | 85 # BUG(2340). Preprocessing stack traces is disabled at the moment. |
| 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. | |
| 93 'test-api/StrongModeAccessCheckAllowed': [FAIL], | |
| 94 'test-api/StrongModeAccessCheckBlocked': [FAIL], | |
| 95 | |
| 96 ############################################################################## | 92 ############################################################################## |
| 97 # TurboFan compiler failures. | 93 # TurboFan compiler failures. |
| 98 | 94 |
| 99 # Some tests are just too slow to run for now. | 95 # Some tests are just too slow to run for now. |
| 100 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 96 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
| 101 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 97 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
| 102 'test-serialize/CodeSerializerLargeCodeObject': [PASS, NO_VARIANTS], | 98 'test-serialize/CodeSerializerLargeCodeObject': [PASS, NO_VARIANTS], |
| 103 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 99 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
| 104 # BUG(3742). | 100 # BUG(3742). |
| 105 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 101 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 557 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 562 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 558 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 563 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 559 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 564 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 560 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 565 'test-run-inlining/InlineTwice': [FAIL], | 561 'test-run-inlining/InlineTwice': [FAIL], |
| 566 'test-serialize/CodeSerializerInternalReference': [FAIL, ['arch == arm or arch
== arm64', PASS]], | 562 'test-serialize/CodeSerializerInternalReference': [FAIL, ['arch == arm or arch
== arm64', PASS]], |
| 567 | 563 |
| 568 }], # ignition == True | 564 }], # ignition == True |
| 569 | 565 |
| 570 ] | 566 ] |
| OLD | NEW |