Upstream version 10.39.225.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 the update to clang for the host build, still investigating.
6 LLVM::ExecutionEngine/MCJIT/eh-sm-pic.ll
7
8 ###
9 ### Windows-only failures
10 ###
11 # For now we have both cygwin and msys failures in here.
12 # TODO(dschuff): once we switch to msys only, remove the cygwin failures.
13 # also run the script with --check-excludes (however some failures seem flaky on
14 # msys)
15 # These seem specific to cygwin
16 Clang::Driver/crash-report.c win
17 Clang::Driver/output-file-cleanup.c win
18 # These pass unexpectedly under cygwin:
19 LLVM::ExecutionEngine/MCJIT/eh.ll win
20 LLVM::ExecutionEngine/MCJIT/multi-module-eh-a.ll win
21
22 # These seem specific to msys; however they are flaky
23 Clang::PCH/case-insensitive-include.c win
24 Clang::Index/complete-exprs.c win
25 Clang::Index/complete-macros.c win
26 Clang::Index/complete-macro-args.c win
27
28 # These are specific to msys but do not seem flaky
29 LLVM::BugPoint/crash-narrowfunctiontest.ll win
30 LLVM::BugPoint/metadata.ll win
31 LLVM::BugPoint/remove_arguments_test.ll win
32
33 # These fail under cygwin (I've not tried them under msys):
34 Clang::Analysis/crash-trace.c win
35 Clang::Parser/crash-report.c win
36 # These tests appear to be flaky:
37 Clang::Analysis/taint-tester.c win
38 Clang::Index/index-module.m win
39 Clang::Index/targeted-annotation.c win
40 Clang::Index/targeted-cursor.c win
41 Clang::Index/targeted-file-refs.c win
42 # Fails with a crash in llvm-rtdyld, which we don't care about for PNaCl.
43 LLVM::DebugInfo/debuglineinfo.test win
44 # Tries to open LLVMHello.dll, but that apparently does not get built.
45 LLVM::Feature/load_module.ll win