| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test/Driver/debug.c: Mark this as "REQUIRES: shell". | NAKAMURA Takumi | 2011-10-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Former RUN line does not make sense on Win32 hosts. Win32 hosts would not be expected to set appropriate $PWD. Latter RUN line might be made valid if PathV2::is_absolute("/foo") would be true. Unfortunately, "/foo" should not be treated as absolute path on Win32. FYI, on mingw32 with MSYS bash (it has 'shell' feature); Former) $PWD is set as "X:/hogehoge/test/Driver" Latter) PWD=/foo sets "X:/root/to/msys/foo" to $PWD. llvm-svn: 142721 | ||||
| * | XFAIL test on Windows | Douglas Gregor | 2011-10-21 | 1 | -0/+2 |
| | | | | | llvm-svn: 142703 | ||||
| * | More speculative test tweaking | Douglas Gregor | 2011-10-21 | 1 | -4/+1 |
| | | | | | llvm-svn: 142701 | ||||
| * | Switch tests from grep to FileCheck | Douglas Gregor | 2011-10-21 | 1 | -2/+5 |
| | | | | | llvm-svn: 142699 | ||||
| * | Doug reports that this test is still failing. Try applying Benjamin Kramer's | Nick Lewycky | 2011-10-21 | 1 | -2/+1 |
| | | | | | | | suggestion! llvm-svn: 142692 | ||||
| * | Try to be exceedingly clever and make this test work properly whether it's run | Nick Lewycky | 2011-10-21 | 1 | -0/+1 |
| | | | | | | | under bash or under cmd.exe. llvm-svn: 142637 | ||||
| * | Massage this test a little so it works when run inside the Google environment. | Nick Lewycky | 2011-10-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 142635 | ||||
| * | Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is | Nick Lewycky | 2011-10-21 | 1 | -0/+8 |
| closer to what GCC does, except that GCC also checks that the inodes for $PWD and '.' match. llvm-svn: 142633 | |||||

