From 6335a655b4fa24e21f22bd15a55aa122db03b0da Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 3 Nov 2018 21:21:49 +0000 Subject: Dev weekend: Stuff to do for monkey testing. --- developer-weekend/nov-2018.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'developer-weekend') 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 =========== -- cgit v1.2.3