summaryrefslogtreecommitdiffstats
path: root/lldb/test
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2012-04-25 00:13:06 +0000
committerEnrico Granata <egranata@apple.com>2012-04-25 00:13:06 +0000
commit45034810aa173a54d8e28c13f818c02bf7f5d2ee (patch)
treed95c6ca6946c3e7d9934e3fc409c1f93a8060e4a /lldb/test
parent216d91f16e9f64146302fafdb2eedca8d91835c3 (diff)
downloadbcm5719-llvm-45034810aa173a54d8e28c13f818c02bf7f5d2ee.tar.gz
bcm5719-llvm-45034810aa173a54d8e28c13f818c02bf7f5d2ee.zip
Fixing a bunch of i386 testsuite failures
llvm-svn: 155510
Diffstat (limited to 'lldb/test')
-rw-r--r--lldb/test/functionalities/command_script/TestCommandScript.py2
-rw-r--r--lldb/test/functionalities/command_script/import/TestImport.py8
2 files changed, 5 insertions, 5 deletions
diff --git a/lldb/test/functionalities/command_script/TestCommandScript.py b/lldb/test/functionalities/command_script/TestCommandScript.py
index 0417ffdf9d1..bcc87ba062a 100644
--- a/lldb/test/functionalities/command_script/TestCommandScript.py
+++ b/lldb/test/functionalities/command_script/TestCommandScript.py
@@ -84,7 +84,7 @@ class CmdPythonTestCase(TestBase):
self.expect("help targetname",
substrs = ['Run Python function welcome.target_name_imp',
- 'This command takes \'raw\' input',
+ 'This command takes','\'raw\' input',
'quote stuff'])
self.expect("longwait",
diff --git a/lldb/test/functionalities/command_script/import/TestImport.py b/lldb/test/functionalities/command_script/import/TestImport.py
index 1e949efd31f..1acdfed6941 100644
--- a/lldb/test/functionalities/command_script/import/TestImport.py
+++ b/lldb/test/functionalities/command_script/import/TestImport.py
@@ -33,10 +33,10 @@ class ImportTestCase(TestBase):
# Execute the cleanup function during test case tear down.
self.addTearDownHook(cleanup)
- self.runCmd("command script import ./foo/foo.py")
- self.runCmd("command script import ./foo/foo2.py")
- self.runCmd("command script import ./foo/bar/foobar.py")
- self.runCmd("command script import ./bar/bar.py")
+ self.runCmd("command script import ./foo/foo.py --allow-reload")
+ self.runCmd("command script import ./foo/foo2.py --allow-reload")
+ self.runCmd("command script import ./foo/bar/foobar.py --allow-reload")
+ self.runCmd("command script import ./bar/bar.py --allow-reload")
self.expect("command script import ./nosuchfile.py",
error=True, startstr='error: module importing failed')
OpenPOWER on IntegriCloud