llvm-project/lldb/test/functionalities
Enrico Granata 085577f8d0 <rdar://problem/12586188> Make ImportError a special case for "command script import", such that the error message for the exception becomes the error for the entire import operation
and silence the backtrace printout

In the process, refactor the Execute* commands in ScriptInterpreter to take an options object, and add a new setting to not mask out errors so that the callers can handle them directly
instead of having the default behavior

llvm-svn: 167067
2012-10-31 00:01:26 +00:00
..
abbreviation Add a teardown function to TestAbbreviations so it doesn't error out when running for two archs. 2012-10-25 23:52:28 +00:00
alias Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
archives Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
backticks Add a simple regression test to go with r143260. 2011-10-29 01:58:39 +00:00
breakpoint Missed a few places where I didn't delete the obsolete (commented out) version of the breakpoint creation. 2012-09-22 00:14:47 +00:00
command_regex Revert 143359 and modify the test case to not include non-valid c identifier character. 2011-10-31 22:22:06 +00:00
command_script <rdar://problem/12586188> Make ImportError a special case for "command script import", such that the error message for the exception becomes the error for the entire import operation 2012-10-31 00:01:26 +00:00
command_source Move more top level test dirs to reside under functionalities dir. 2011-06-26 21:36:28 +00:00
completion Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
conditional_break Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with 2012-04-06 00:56:05 +00:00
connect_remote Move more top level test dirs to reside under functionalities dir. 2011-06-26 21:36:28 +00:00
data-formatter <rdar://problem/12523238> Commit 3 of 3 2012-10-24 01:23:57 +00:00
dead-strip Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
embedded_interpreter Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with 2012-04-06 00:56:05 +00:00
expr-doesnt-deadlock Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
inferior-changed Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
inferior-crashing Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. 2011-06-27 18:25:00 +00:00
inline-stepping Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans and they are not done, then we aren't done either. 2012-09-10 23:42:44 +00:00
load_unload Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
memory/read Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
non-overlapping-index-variable-i Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
platform Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. 2011-06-27 18:25:00 +00:00
plugins/commands <rdar://problem/12500212> Test case for the new plugin feature 2012-10-23 00:09:02 +00:00
process_launch Make git not delete my_working_dir. Otherwise a git checkout would be different from an svn checkout. 2012-07-19 13:53:12 +00:00
register Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64. 2012-10-24 18:24:14 +00:00
return-value Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with 2012-04-06 00:56:05 +00:00
signal Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
single-quote-in-filename-to-lldb Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
stop-hook Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
target_command Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
type_completion Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
watchpoint Watchpoints remember the type of the expression or variable they were set with, and use 2012-10-23 07:20:06 +00:00