Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/6335a655b4fa24e21f22bd15a55aa122db03b0da
...commit 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/6335a655b4fa24e21f22bd15a55aa122db03b0da
...tree 
http://git.netsurf-browser.org/netsurf-wiki.git/tree/6335a655b4fa24e21f22bd15a55aa122db03b0da

The branch, master has been updated
       via  6335a655b4fa24e21f22bd15a55aa122db03b0da (commit)
      from  a67d95543484d462eeeab4ebe20e5c02cf2a5bcb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/?id=6335a655b4fa24e21f22bd15a55aa122db03b0da
commit 6335a655b4fa24e21f22bd15a55aa122db03b0da
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Dev weekend: Stuff to do for monkey testing.

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
 ===========
 


-----------------------------------------------------------------------

Summary of changes:
 developer-weekend/nov-2018.mdwn |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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
 ===========
 


-- 
NetSurf Developer Wiki Backing Store

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to