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 |
89 ############################################################################## | 92 ############################################################################## |
90 # TurboFan compiler failures. | 93 # TurboFan compiler failures. |
91 | 94 |
92 # Some tests are just too slow to run for now. | 95 # Some tests are just too slow to run for now. |
93 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 96 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
94 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 97 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
95 'test-serialize/CodeSerializerLargeCodeObject': [PASS, NO_VARIANTS], | 98 'test-serialize/CodeSerializerLargeCodeObject': [PASS, NO_VARIANTS], |
96 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 99 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
97 # BUG(3742). | 100 # BUG(3742). |
98 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 101 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 'test-run-inlining/InlineSurplusArguments': [FAIL], | 554 'test-run-inlining/InlineSurplusArguments': [FAIL], |
552 'test-run-inlining/InlineBuiltin': [FAIL], | 555 'test-run-inlining/InlineBuiltin': [FAIL], |
553 'test-run-inlining/InlineTwiceDependent': [FAIL], | 556 'test-run-inlining/InlineTwiceDependent': [FAIL], |
554 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 557 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
555 | 558 |
556 # BUG(4751). Flaky with ignition and tsan. | 559 # BUG(4751). Flaky with ignition and tsan. |
557 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], | 560 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], |
558 }], # ignition == True | 561 }], # ignition == True |
559 | 562 |
560 ] | 563 ] |
OLD | NEW |