summaryrefslogtreecommitdiff
path: root/developer-weekend/nov-2018.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'developer-weekend/nov-2018.mdwn')
-rw-r--r--developer-weekend/nov-2018.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/developer-weekend/nov-2018.mdwn b/developer-weekend/nov-2018.mdwn
index 45e4675..12e544a 100644
--- a/developer-weekend/nov-2018.mdwn
+++ b/developer-weekend/nov-2018.mdwn
@@ -52,6 +52,22 @@ Extra credit things
* a coverage build
* valgrind or similar to spot out of bounds memory accesses and leaks
+### Sunday Plan
+
+1. Webserver for test repo. CI job that runs make in the NetSurf test repo.
+ `make install DESTDIR=blah` to somewhere served by the CI control machine
+ somehow.
+2. CGI for test repo to turn POSTed form into JSON. With a test HTML FORM page
+ thing (make a form that does everything in the HTML5 spec).
+3. CGI for 401 page testing.
+4. Monkey tests that use the netsurf-test repo, get put in netsurf-test repo.
+5. Test makefile generates a monkey test manifest from the .yaml files.
+6. Finishing up the famer and the driver to support the tests we have.
+
+Stuff for future:
+
+1. Cert testing. (Various types of bad cert etc)
+
Discussions
===========