summaryrefslogtreecommitdiff
path: root/www/projects.html
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-07-28 11:09:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-07-28 11:09:23 +0000
commitf73363f1dd94996356cefbf24388f561891acf0b (patch)
treee3c31248bdb36eaec5fd833490d4278162dba2a0 /www/projects.html
parent160ee69dd7ae18978f4068116777639ea98dc951 (diff)
downloadsrc-test2-f73363f1dd94996356cefbf24388f561891acf0b.tar.gz
src-test2-f73363f1dd94996356cefbf24388f561891acf0b.zip
Notes
Diffstat (limited to 'www/projects.html')
-rwxr-xr-xwww/projects.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/projects.html b/www/projects.html
index ff571998add5..ca4fa1a5d1d8 100755
--- a/www/projects.html
+++ b/www/projects.html
@@ -403,6 +403,20 @@
</li>
<li>
+ Convert the dotest style tests to use lldbutil.run_to_source_breakpoint.
+
+ <p>
+ run_to_source_breakpoint & run_to_name_breakpoint provide a compact API that
+ does in one line what the first 10 or 20 lines of most of the old tests now do by
+ hand. Using these functions makes tests much more readable, and by centralizing
+ common functionality will make maintaining the testsuites easier in the future.
+ This is more of a finger exercise, and perhaps best implemented by a rule like:
+ &quotIf you touch a test case, and it isn't using run_to_source_breakpoint, please
+ make it do so&quot.
+ </p>
+ </li>
+
+ <li>
Unify Watchpoint's & Breakpoints.
<p>
Option handling isn't shared, and more importantly the PerformAction's have a lot