Upstream version 5.34.104.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 LLVM::ExecutionEngine/MCJIT/eh.ll win
20
21 # These seem specific to msys; however they are flaky
22 Clang::PCH/case-insensitive-include.c win
23 Clang::Index/complete-exprs.c win
24 Clang::Index/complete-macros.c win
25 Clang::Index/complete-macro-args.c win
26
27 # These are specific to msys but do not seem flaky
28 LLVM::BugPoint/crash-narrowfunctiontest.ll win
29 LLVM::BugPoint/metadata.ll win
30 LLVM::BugPoint/remove_arguments_test.ll win
31
32 # These seem broken in both
33 LLVM::Analysis/Profiling/load-branch-weights-switches.ll win
34 LLVM::Analysis/Profiling/load-branch-weights-loops.ll win
35 LLVM::Analysis/Profiling/load-branch-weights-ifs.ll win
36
37
38
39 # Fixed in upstream r183033 (I cherry-picked the code change but not the
40 # test because the test will cause a merge conflict).
41 Clang::CodeGen/atomics-inlining.c