| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 # BUG(v8:4358). Hangs flakily. | 79 # BUG(v8:4358). Hangs flakily. |
| 80 'test-debug/ProcessDebugMessagesThreaded': [SKIP], | 80 'test-debug/ProcessDebugMessagesThreaded': [SKIP], |
| 81 | 81 |
| 82 # BUG(2340). Preprocessing stack traces is disabled at the moment. | 82 # BUG(2340). Preprocessing stack traces is disabled at the moment. |
| 83 'test-heap/PreprocessStackTrace': [FAIL], | 83 'test-heap/PreprocessStackTrace': [FAIL], |
| 84 | 84 |
| 85 # BUG(4333). Function name inferrer does not work for ES6 clases. | 85 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 86 'test-func-name-inference/UpperCaseClass': [FAIL], | 86 'test-func-name-inference/UpperCaseClass': [FAIL], |
| 87 'test-func-name-inference/LowerCaseClass': [FAIL], | 87 'test-func-name-inference/LowerCaseClass': [FAIL], |
| 88 | 88 |
| 89 # BUG(4923). MIPS64 port is missing. | |
| 90 'test-regexp/UncachedExternalString': [PASS, ['arch==mips64 or arch==mips64el'
, FAIL]], | |
| 91 | |
| 92 ############################################################################## | 89 ############################################################################## |
| 93 # TurboFan compiler failures. | 90 # TurboFan compiler failures. |
| 94 | 91 |
| 95 # Some tests are just too slow to run for now. | 92 # Some tests are just too slow to run for now. |
| 96 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 93 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
| 97 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 94 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
| 98 'test-serialize/CodeSerializerLargeCodeObject': [PASS, NO_VARIANTS], | 95 'test-serialize/CodeSerializerLargeCodeObject': [PASS, NO_VARIANTS], |
| 99 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 96 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
| 100 # BUG(3742). | 97 # BUG(3742). |
| 101 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 98 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 'test-run-inlining/InlineSurplusArguments': [FAIL], | 557 'test-run-inlining/InlineSurplusArguments': [FAIL], |
| 561 'test-run-inlining/InlineBuiltin': [FAIL], | 558 'test-run-inlining/InlineBuiltin': [FAIL], |
| 562 'test-run-inlining/InlineTwiceDependent': [FAIL], | 559 'test-run-inlining/InlineTwiceDependent': [FAIL], |
| 563 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 560 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
| 564 | 561 |
| 565 # BUG(4751). Flaky with ignition and tsan. | 562 # BUG(4751). Flaky with ignition and tsan. |
| 566 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], | 563 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], |
| 567 }], # ignition == True | 564 }], # ignition == True |
| 568 | 565 |
| 569 ] | 566 ] |
| OLD | NEW |