summaryrefslogtreecommitdiffstats
path: root/lldb/test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test')
-rw-r--r--lldb/test/functionalities/launch_with_shellexpand/Makefile (renamed from lldb/test/functionalities/launch_with_glob/Makefile)0
-rw-r--r--lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py (renamed from lldb/test/functionalities/launch_with_glob/TestLaunchWithGlob.py)6
-rw-r--r--lldb/test/functionalities/launch_with_shellexpand/file1.txt (renamed from lldb/test/functionalities/launch_with_glob/file1.txt)0
-rw-r--r--lldb/test/functionalities/launch_with_shellexpand/file2.txt (renamed from lldb/test/functionalities/launch_with_glob/file2.txt)0
-rw-r--r--lldb/test/functionalities/launch_with_shellexpand/file3.txt (renamed from lldb/test/functionalities/launch_with_glob/file3.txt)0
-rw-r--r--lldb/test/functionalities/launch_with_shellexpand/file4.txy (renamed from lldb/test/functionalities/launch_with_glob/file4.txy)0
-rw-r--r--lldb/test/functionalities/launch_with_shellexpand/file5.tyx (renamed from lldb/test/functionalities/launch_with_glob/file5.tyx)0
-rw-r--r--lldb/test/functionalities/launch_with_shellexpand/main.cpp (renamed from lldb/test/functionalities/launch_with_glob/main.cpp)0
8 files changed, 3 insertions, 3 deletions
diff --git a/lldb/test/functionalities/launch_with_glob/Makefile b/lldb/test/functionalities/launch_with_shellexpand/Makefile
index 8a7102e347a..8a7102e347a 100644
--- a/lldb/test/functionalities/launch_with_glob/Makefile
+++ b/lldb/test/functionalities/launch_with_shellexpand/Makefile
diff --git a/lldb/test/functionalities/launch_with_glob/TestLaunchWithGlob.py b/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py
index 314dc4fd380..a0bbdbd3181 100644
--- a/lldb/test/functionalities/launch_with_glob/TestLaunchWithGlob.py
+++ b/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py
@@ -9,7 +9,7 @@ import unittest2
from lldbtest import *
import lldbutil
-class LaunchWithGlobTestCase(TestBase):
+class LaunchWithShellExpandTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@@ -21,7 +21,7 @@ class LaunchWithGlobTestCase(TestBase):
self.do_test ()
- @expectedFailureFreeBSD("llvm.org/pr22627 process launch w/ glob not working")
+ @expectedFailureFreeBSD("llvm.org/pr22627 process launch w/ shell expansion not working")
@dwarf_test
def test_with_dwarf (self):
self.buildDwarf()
@@ -39,7 +39,7 @@ class LaunchWithGlobTestCase(TestBase):
breakpoint = target.BreakpointCreateBySourceRegex ('break here', lldb.SBFileSpec ("main.cpp", False))
self.assertTrue(breakpoint, VALID_BREAKPOINT)
- self.runCmd("process launch -G true -w %s -- fi*.tx?" % (os.getcwd()))
+ self.runCmd("process launch -X true -w %s -- fi*.tx?" % (os.getcwd()))
process = self.process()
diff --git a/lldb/test/functionalities/launch_with_glob/file1.txt b/lldb/test/functionalities/launch_with_shellexpand/file1.txt
index e69de29bb2d..e69de29bb2d 100644
--- a/lldb/test/functionalities/launch_with_glob/file1.txt
+++ b/lldb/test/functionalities/launch_with_shellexpand/file1.txt
diff --git a/lldb/test/functionalities/launch_with_glob/file2.txt b/lldb/test/functionalities/launch_with_shellexpand/file2.txt
index e69de29bb2d..e69de29bb2d 100644
--- a/lldb/test/functionalities/launch_with_glob/file2.txt
+++ b/lldb/test/functionalities/launch_with_shellexpand/file2.txt
diff --git a/lldb/test/functionalities/launch_with_glob/file3.txt b/lldb/test/functionalities/launch_with_shellexpand/file3.txt
index e69de29bb2d..e69de29bb2d 100644
--- a/lldb/test/functionalities/launch_with_glob/file3.txt
+++ b/lldb/test/functionalities/launch_with_shellexpand/file3.txt
diff --git a/lldb/test/functionalities/launch_with_glob/file4.txy b/lldb/test/functionalities/launch_with_shellexpand/file4.txy
index e69de29bb2d..e69de29bb2d 100644
--- a/lldb/test/functionalities/launch_with_glob/file4.txy
+++ b/lldb/test/functionalities/launch_with_shellexpand/file4.txy
diff --git a/lldb/test/functionalities/launch_with_glob/file5.tyx b/lldb/test/functionalities/launch_with_shellexpand/file5.tyx
index e69de29bb2d..e69de29bb2d 100644
--- a/lldb/test/functionalities/launch_with_glob/file5.tyx
+++ b/lldb/test/functionalities/launch_with_shellexpand/file5.tyx
diff --git a/lldb/test/functionalities/launch_with_glob/main.cpp b/lldb/test/functionalities/launch_with_shellexpand/main.cpp
index cbef8d1e6da..cbef8d1e6da 100644
--- a/lldb/test/functionalities/launch_with_glob/main.cpp
+++ b/lldb/test/functionalities/launch_with_shellexpand/main.cpp
OpenPOWER on IntegriCloud