[SCM] build.samba.org - branch master updated

Jelmer Vernooij jelmer at samba.org
Thu Dec 8 16:41:03 MST 2011


The branch, master has been updated
       via  2fb8a4d Support uxsuccess.
      from  01a3d51 now that samba_3_waf is just a regular part of the build, remove seperate tree

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2fb8a4dc3e9eab885984c79c37b3b0b6dc951e68
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Dec 9 00:40:03 2011 +0100

    Support uxsuccess.

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

Summary of changes:
 buildfarm/web/__init__.py |    4 +++-
 web/build_farm.css        |    3 +++
 2 files changed, 6 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index 904733c..f8ac04a 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -167,6 +167,8 @@ def subunit_to_buildfarm_result(subunit_result):
         return "failed"
     elif subunit_result == "xfail":
         return "xfailed"
+    elif subunit_result == "uxsuccess":
+        return "uxpassed"
     else:
         return "unknown"
 
@@ -239,7 +241,7 @@ class LogPrettyPrinter(object):
         log = re.sub("""
               ^test: ([\w\-=,_:\ /.&; \(\)]+).*?
               (.*?)
-              (success|xfail|failure|skip): [\w\-=,_:\ /.&; \(\)]+( \[.*?\])?.*?
+              (success|xfail|failure|skip|uxsuccess): [\w\-=,_:\ /.&; \(\)]+( \[.*?\])?.*?
            """, self._format_test, log)
 
         return "<pre>%s</pre>" % log
diff --git a/web/build_farm.css b/web/build_farm.css
index 860d438..136bea3 100644
--- a/web/build_farm.css
+++ b/web/build_farm.css
@@ -11,6 +11,7 @@
 #log .status.error {	color: rgb(153, 0,   0);   }
 #log .status.warning {	color: rgb(153, 75,  0);   }
 #log .status.xfailed {	color: rgb(153, 75,  0);   }
+#log .status.uxpassed {	color: rgb(153, 0,   0);   }
 #log .status.mistake {	color: rgb(0,   0,   153); }
 #log .output {
 	color: rgb(0, 0, 0);
@@ -26,6 +27,7 @@
 #log div.unit.skipped {	background-color: rgb(180, 180, 255); }
 #log div.unit.warning {	background-color: rgb(255, 180, 125); }
 #log div.unit.xfailed {	background-color: rgb(255, 180, 125); }
+#log div.unit.uxpassed {	background-color: rgb(255, 180, 180); }
 #log div.unit.error {	background-color: rgb(255, 180, 180); }
 #log div.unit.mistake {	background-color: rgb(180, 180, 255); }
 
@@ -36,6 +38,7 @@
 #log .unit.mistake .output {	display: none;}
 #log .unit.warning .output {	display: none;}
 #log .unit.xfailed .output {	display: none;}
+#log .unit.uxpassed .output {	display: none;}
 #log .unit.errorlog .output {	display: none;}
 #log div.status.errorlog {	display: none;}
 img + div.action.title {margin-left: 0.5em;}


-- 
build.samba.org


More information about the samba-cvs mailing list