Go to file
Johnny Chen 9ee96e7b40 Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py
and TestAliases.py.  Pass the keyword argument 'check=False' to:

    self.runCmd("script my.date()", check=False)

since we want to restore sys.stdout no matter what the outcome of the runCmd is.

llvm-svn: 129949
2011-04-21 22:50:23 +00:00
clang Fix gcc warning. Add parens to this assert, incidentally reassociating it, but the condition is the same either way. 2011-04-21 22:48:40 +00:00
compiler-rt Make sure we include __sync_synchronize on arm platforms if we need it. 2011-04-21 22:05:05 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx http://llvm.org/bugs/show_bug.cgi?id=9765 2011-04-21 14:29:59 +00:00
lldb Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py 2011-04-21 22:50:23 +00:00
llvm Fix DWARF description of S registers. 2011-04-21 22:48:26 +00:00