Skip to content
  1. Apr 02, 2013
  2. Apr 01, 2013
    • Daniel Malea's avatar
      Fix bug in ProcessPOSIX::IsAlive() exposed by r178324 · 335bf6fb
      Daniel Malea authored
      - process in 'unloaded' state was (incorrectly) considered to be alive by POSIX plugin
      - above caused a regression in TestProcessLaunch cases
      
      llvm-svn: 178493
      335bf6fb
    • Daniel Malea's avatar
      Avoid hang in attach-by-name test case · d659dc16
      Daniel Malea authored
      - Check that process attach succeeded before attempting to WaitForProcessToStop (observed to cause hangs on Linux)
      - Update comment in TestHelloWorld case -- attaching by name still broken
      
      llvm-svn: 178491
      d659dc16
    • Enrico Granata's avatar
      Integrating option parsing in TestCase for added convenience · 8fab9fda
      Enrico Granata authored
      To hook it up to individual test cases:
      - define GetLongOptions() in your test case class to return something other than NULL (hopefully an array of options :-)
      - implement ParseOption() to check for the short option char and do the right thing - return true at the end if you want more options to come your way or false if you don’t
      - make sure that your Setup() call takes int& and char**& so that optind post-processing can happen - and call TestCase::Setup from your setup
      
      llvm-svn: 178482
      8fab9fda
    • Enrico Granata's avatar
      Proper option parser for the Sketch test case · 4b4e24da
      Enrico Granata authored
      llvm-svn: 178477
      4b4e24da
  3. Mar 30, 2013
  4. Mar 29, 2013
  5. Mar 28, 2013
  6. Mar 27, 2013
Loading