Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client / pnacl / scripts / llvm_regression_known_failures.txt
index 4061f23..cb34551 100644 (file)
@@ -2,9 +2,8 @@
 ### Mac-only failures
 ###
 
-# Introduced by a recent xcode change on the bots, working on a fix
-Clang::CodeGenObjC/arc-captured-32bit-block-var-layout-2.m mac
-
+# Introduced by the update to clang for the host build, still investigating.
+LLVM::ExecutionEngine/MCJIT/eh-sm-pic.ll
 
 ###
 ### Windows-only failures
@@ -16,7 +15,9 @@ Clang::CodeGenObjC/arc-captured-32bit-block-var-layout-2.m mac
 # These seem specific to cygwin
 Clang::Driver/crash-report.c win
 Clang::Driver/output-file-cleanup.c win
+# These pass unexpectedly under cygwin:
 LLVM::ExecutionEngine/MCJIT/eh.ll win
+LLVM::ExecutionEngine/MCJIT/multi-module-eh-a.ll win
 
 # These seem specific to msys; however they are flaky
 Clang::PCH/case-insensitive-include.c win
@@ -29,13 +30,16 @@ LLVM::BugPoint/crash-narrowfunctiontest.ll win
 LLVM::BugPoint/metadata.ll win
 LLVM::BugPoint/remove_arguments_test.ll win
 
-# These seem broken in both
-LLVM::Analysis/Profiling/load-branch-weights-switches.ll win
-LLVM::Analysis/Profiling/load-branch-weights-loops.ll win
-LLVM::Analysis/Profiling/load-branch-weights-ifs.ll win
-
-
-
-# Fixed in upstream r183033 (I cherry-picked the code change but not the
-# test because the test will cause a merge conflict).
-Clang::CodeGen/atomics-inlining.c
+# These fail under cygwin (I've not tried them under msys):
+Clang::Analysis/crash-trace.c win
+Clang::Parser/crash-report.c win
+# These tests appear to be flaky:
+Clang::Analysis/taint-tester.c win
+Clang::Index/index-module.m win
+Clang::Index/targeted-annotation.c win
+Clang::Index/targeted-cursor.c win
+Clang::Index/targeted-file-refs.c win
+# Fails with a crash in llvm-rtdyld, which we don't care about for PNaCl.
+LLVM::DebugInfo/debuglineinfo.test win
+# Tries to open LLVMHello.dll, but that apparently does not get built.
+LLVM::Feature/load_module.ll win