Upstream version 6.35.121.0
[platform/framework/web/crosswalk.git] / src / native_client / pnacl / scripts / llvm_regression_known_failures.txt
1 ###
2 ### Mac-only failures
3 ###
4
5 # Introduced by a recent xcode change on the bots, working on a fix
6 Clang::CodeGenObjC/arc-captured-32bit-block-var-layout-2.m mac
7
8
9 ###
10 ### Windows-only failures
11 ###
12 # For now we have both cygwin and msys failures in here.
13 # TODO(dschuff): once we switch to msys only, remove the cygwin failures.
14 # also run the script with --check-excludes (however some failures seem flaky on
15 # msys)
16 # These seem specific to cygwin
17 Clang::Driver/crash-report.c win
18 Clang::Driver/output-file-cleanup.c win
19 # These pass unexpectedly under cygwin:
20 LLVM::ExecutionEngine/MCJIT/eh.ll win
21 LLVM::ExecutionEngine/MCJIT/multi-module-eh-a.ll win
22
23 # These seem specific to msys; however they are flaky
24 Clang::PCH/case-insensitive-include.c win
25 Clang::Index/complete-exprs.c win
26 Clang::Index/complete-macros.c win
27 Clang::Index/complete-macro-args.c win
28
29 # These are specific to msys but do not seem flaky
30 LLVM::BugPoint/crash-narrowfunctiontest.ll win
31 LLVM::BugPoint/metadata.ll win
32 LLVM::BugPoint/remove_arguments_test.ll win
33
34 # These fail under cygwin (I've not tried them under msys):
35 Clang::Analysis/crash-trace.c win
36 Clang::Parser/crash-report.c win
37 # These tests appear to be flaky:
38 Clang::Analysis/taint-tester.c win
39 Clang::Index/index-module.m win
40 Clang::Index/targeted-annotation.c win
41 Clang::Index/targeted-cursor.c win
42 Clang::Index/targeted-file-refs.c win
43 # Fails with a crash in llvm-rtdyld, which we don't care about for PNaCl.
44 LLVM::DebugInfo/debuglineinfo.test win
45 # Tries to open LLVMHello.dll, but that apparently does not get built.
46 LLVM::Feature/load_module.ll win