summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-01-21 06:12:34 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2014-01-23 11:30:38 -0800
commite17a0eb71bde73a9635a544998af73eaf635c332 (patch)
tree60a8fbdeabec9a590d674b5e95557d753b44d0e3 /templates
parent05ac480575045acf0c4f4f926a7f1ba2df750bca (diff)
Revert "framework: Add support for a test timeout"
This reverts commit ab2eb660925e3680e868c5f469a4ef32e6dd9a59. This patch has a bad interaction with the locking in the json writing library, running concurrently with this patch enabled can cause json corruption that cannot easily be untangled, and even when it is is the result is of low trustworthiness. v2: - Add message explaining why this patch is to be reverted - fix framework/status.py docstring that was mangled after the revert Acked-by: Daniel Vetter <daniel@ffwll.ch> Reviewed-by: Kenneth Gruanke <kenneth@whitecape.org> Signed-off-by: Dylan Baker <baker.dylan.c@mgmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/index.css b/templates/index.css
index 3389738ab..577370cec 100644
--- a/templates/index.css
+++ b/templates/index.css
@@ -36,7 +36,7 @@ td:first-child > div {
background-color: #c8c838
}
-td.skip, td.warn, td.fail, td.pass, td.trap, td.abort, td.crash, td.dmesg-warn, td.dmesg-fail, td.timeout {
+td.skip, td.warn, td.fail, td.pass, td.trap, td.abort, td.crash, td.dmesg-warn, td.dmesg-fail {
text-align: right;
}
@@ -67,9 +67,6 @@ tr:nth-child(even) td.fail { background-color: #e00505; }
tr:nth-child(odd) td.dmesg-fail { background-color: #ff2020; }
tr:nth-child(even) td.dmesg-fail { background-color: #e00505; }
-tr:nth-child(odd) td.timeout { background-color: #83bdf6; }
-tr:nth-child(even) td.timeout { background-color: #4a9ef2; }
-
tr:nth-child(odd) td.trap { background-color: #111111; }
tr:nth-child(even) td.trap { background-color: #000000; }
tr:nth-child(odd) td.abort { background-color: #111111; }