Changeset 55960 in webkit


Ignore:
Timestamp:
Mar 13, 2010 2:44:59 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-13 Victor Wang <victorw@chromium.org>

Add appengine app to host and serve webkit layout test results.

The app allows you post test result files (json) and serve them up.
Chromium flakiness dashboard will first use this app to host results.json
and expectations.json, but the files hosted by this app are not limited
to chromium results or json files. It can be used to host other files if needed.

https://bugs.webkit.org/show_bug.cgi?id=35944

  • TestResultServer: Added.
  • TestResultServer/app.yaml: Added.
  • TestResultServer/handlers: Added.
  • TestResultServer/handlers/init.py: Added.
  • TestResultServer/handlers/menu.py: Added.
  • TestResultServer/handlers/testfilehandler.py: Added.
  • TestResultServer/index.yaml: Added.
  • TestResultServer/main.py: Added.
  • TestResultServer/model: Added.
  • TestResultServer/model/init.py: Added.
  • TestResultServer/model/testfile.py: Added.
  • TestResultServer/stylesheets: Added.
  • TestResultServer/stylesheets/form.css: Added.
  • TestResultServer/stylesheets/menu.css: Added.
  • TestResultServer/stylesheets/testfile.css: Added.
  • TestResultServer/templates: Added.
  • TestResultServer/templates/menu.html: Added.
  • TestResultServer/templates/showfilelist.html: Added.
  • TestResultServer/templates/uploadform.html: Added.
Location:
trunk/WebKitTools
Files:
19 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r55959 r55960  
     12010-03-13  Victor Wang  <victorw@chromium.org>
     2
     3        Add appengine app to host and serve webkit layout test results.
     4
     5        The app allows you post test result files (json) and serve them up.
     6        Chromium flakiness dashboard will first use this app to host results.json
     7        and expectations.json, but the files hosted by this app are not limited
     8        to chromium results or json files. It can be used to host other files if needed.
     9
     10        https://bugs.webkit.org/show_bug.cgi?id=35944
     11
     12        * TestResultServer: Added.
     13        * TestResultServer/app.yaml: Added.
     14        * TestResultServer/handlers: Added.
     15        * TestResultServer/handlers/__init__.py: Added.
     16        * TestResultServer/handlers/menu.py: Added.
     17        * TestResultServer/handlers/testfilehandler.py: Added.
     18        * TestResultServer/index.yaml: Added.
     19        * TestResultServer/main.py: Added.
     20        * TestResultServer/model: Added.
     21        * TestResultServer/model/__init__.py: Added.
     22        * TestResultServer/model/testfile.py: Added.
     23        * TestResultServer/stylesheets: Added.
     24        * TestResultServer/stylesheets/form.css: Added.
     25        * TestResultServer/stylesheets/menu.css: Added.
     26        * TestResultServer/stylesheets/testfile.css: Added.
     27        * TestResultServer/templates: Added.
     28        * TestResultServer/templates/menu.html: Added.
     29        * TestResultServer/templates/showfilelist.html: Added.
     30        * TestResultServer/templates/uploadform.html: Added.
     31
    1322010-03-13  Dimitri Glazkov  <dglazkov@chromium.org>
    233
Note: See TracChangeset for help on using the changeset viewer.