summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-11-03 21:21:49 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2018-11-03 21:21:49 +0000
commit6335a655b4fa24e21f22bd15a55aa122db03b0da (patch)
tree4eacc59a9aba678a9711ad6ba2a9bae62998dfa8
parenta67d95543484d462eeeab4ebe20e5c02cf2a5bcb (diff)
downloadnetsurf-wiki-6335a655b4fa24e21f22bd15a55aa122db03b0da.tar.gz
netsurf-wiki-6335a655b4fa24e21f22bd15a55aa122db03b0da.tar.bz2
Dev weekend: Stuff to do for monkey testing.
-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
===========