###
### 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


###
### Windows-only failures
###
# For now we have both cygwin and msys failures in here.
# TODO(dschuff): once we switch to msys only, remove the cygwin failures.
# also run the script with --check-excludes (however some failures seem flaky on
# msys)
# 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
Clang::Index/complete-exprs.c win
Clang::Index/complete-macros.c win
Clang::Index/complete-macro-args.c win

# These are specific to msys but do not seem flaky
LLVM::BugPoint/crash-narrowfunctiontest.ll win
LLVM::BugPoint/metadata.ll win
LLVM::BugPoint/remove_arguments_test.ll win

# 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
