mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Those tests were using pexpect and being flaky on some of ours bots. This patch reimplmeents the tests usinf FileCheck, and it also extends the test coverage to a few more stop-hook options. llvm-svn: 347109