Commit:    2f1fdcc2bff1e39131180aae0eaccb2ca045f3a2
Author:    v-maf...@microsoft.com <v-maf...@microsoft.com>         Mon, 24 Mar 
2014 11:05:58 -0700
Parents:   19cdd230e89ed9b9dd4f9e02a8f37db7878a7731
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=2f1fdcc2bff1e39131180aae0eaccb2ca045f3a2

Log:
Publish PFTT Reports

Changed paths:
  D  howto_phpt.html
  A  howto_phpt.png
  D  howto_phpunit.html
  A  howto_phpunit.png
  M  pftt.php

diff --git a/howto_phpt.html b/howto_phpt.html
deleted file mode 100755
index 80ab7f9..0000000
--- a/howto_phpt.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <meta charset="utf-8">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-  <title>PHP: Quality Assurance</title>
-  <link type="text/css" media="all" rel="stylesheet" 
href="qa-reports_files/defaults.css">
-
-  <link type="text/css" media="all" rel="stylesheet" 
href="qa-reports_files/qa.css">
-
-  <link href="qa-reports_files/css.css" rel="stylesheet" type="text/css">
-  <link rel="shortcut icon" href="http://php.net/favicon.ico";>
-  </head>
-<body id="QA">
-
-<header>
-  <div id="mainmenu-toggle-overlay"></div>
-  <input id="mainmenu-toggle" type="checkbox">
-  <nav class="fullscreen">
-    <div class="mainscreen">
-      <a href="http://qa.php.net/"; class="home"><img 
src="qa-reports_files/logo.jpg" alt="php" height="36" width="72"><span 
class="subdomain">QA</span></a>
-      <ul>
-        <li><a href="http://qa.php.net/projects.php";>Goals</a></li>
-        <li><a href="http://qa.php.net/rc.php";>What is RC?</a></li>
-        <li><a href="http://qa.php.net/howtohelp.php";>Contributing</a></li>
-        <li><a href="http://qa.php.net/handling-bugs.php";>Handling 
Reports</a></li>
-        <li><a href="qa-reports.htm">Reports</a></li>
-        <li><a href="http://qa.php.net/pulls/";>Github PRs</a></li>
-      </ul>
-    </div>
-  </nav>
-</header>
-<div id="flash-message"></div>
-<nav id="megadropdown"></nav>
-
-<section class="fullscreen">
-
-
-
-<section class="fullscreen"><script 
src="qa-reports_files/sorttable.js"></script>
-<div style="margin:10px">
-
-<img src="howto_phpt.png" />
-
-<p><strong>PFTT Command</strong> - Run this command in the <b>PFTT Shell</b> 
to reproduce the same tests. Use the `<b>rg</b>` command to get the same 
release if you don't already have it. Download and install PFTT from <a 
href="https://github.com/OSTC/PFTT2"; 
target="_blank">https://github.com/OSTC/PFTT2</a>.</p>
-
-<p><strong>Scenario Set</strong> - Scenarios that are tested (CLI, Apache 
mod_php ; Opcache, Filesystem, etc...)</p>
-
-<p><strong>FAILED</strong> - PHPT tests that failed</p>
-<p><strong>TIMEOUT</strong> - PHPT tests that did not finish after a minute</p>
-<p><strong>CRASH</strong> - PHPT tests that CRASHed PHP</p>
-<p><strong>SKIP</strong> - PHPT test that was not run. Should minimize this 
count as much as possible for better code coverage</p>
-<p><strong>XSKIP</strong> - PHPT test that could not be run on OS. It is ok to 
skip these tests (whereas SKIP tests should be run if possible)</p>
-
-<p>Report compares ERROR, FAILURE, TIMEOUT, CRASH and PASS for two PHP Builds, 
the <strong>Base Build</strong> with the <strong>Test Build</strong>. A +X 
indicates the count increased from Base to Test. A -X indicates the count 
decreased from Base to Test. If the difference is <font 
color="green">good</font>, it is shown in <font color="green">green</font> (fe 
increase in PASS, decrease in FAIL). If the difference is <font 
color="red">bad</font>, it is shown in <font color="red">red</font> (fe 
increase in FAIL).</p>
-
-<p><a 
href="https://github.com/OSTC/PFTT2/blob/master/src/com/mostc/pftt/model/core/EPhptTestStatus.java";
 target="_blank">Full info on PHPT Test Statuses</a></p>
-
-<p><strong>Result-Pack</strong> All the test logs are compressed into 
result-packs, which can be downloaded using the two links in the report.</p>
-
-
-</div>
-</section>
-</section><!-- .fullscreen -->
-<footer>
-  <nav class="fullscreen">
-    <ul>
-      <li><a href="http://php.net/copyright";>Copyright ?2001-2014 The PHP 
Group</a></li>
-      <li><a href="http://php.net/sites";>Other PHP.net sites</a></li>
-      <li><a href="http://php.net/privacy";>Privacy policy</a></li>
-    </ul>
-  </nav>
-</footer>
-
-<script src="qa-reports_files/jquery.js"></script>
-<script src="qa-reports_files/mousetrap.js"></script>
-<script src="qa-reports_files/common.js"></script>
-
-
-</body></html>
\ No newline at end of file
diff --git a/howto_phpt.png b/howto_phpt.png
new file mode 100755
index 0000000..76586ac
Binary files /dev/null and b/howto_phpt.png differ
diff --git a/howto_phpunit.html b/howto_phpunit.html
deleted file mode 100755
index f2a1562..0000000
--- a/howto_phpunit.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <meta charset="utf-8">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-  <title>PHP: Quality Assurance</title>
-  <link type="text/css" media="all" rel="stylesheet" 
href="qa-reports_files/defaults.css">
-
-  <link type="text/css" media="all" rel="stylesheet" 
href="qa-reports_files/qa.css">
-
-  <link href="qa-reports_files/css.css" rel="stylesheet" type="text/css">
-  <link rel="shortcut icon" href="http://php.net/favicon.ico";>
-  </head>
-<body id="QA">
-
-<header>
-  <div id="mainmenu-toggle-overlay"></div>
-  <input id="mainmenu-toggle" type="checkbox">
-  <nav class="fullscreen">
-    <div class="mainscreen">
-      <a href="http://qa.php.net/"; class="home"><img 
src="qa-reports_files/logo.jpg" alt="php" height="36" width="72"><span 
class="subdomain">QA</span></a>
-      <ul>
-        <li><a href="http://qa.php.net/projects.php";>Goals</a></li>
-        <li><a href="http://qa.php.net/rc.php";>What is RC?</a></li>
-        <li><a href="http://qa.php.net/howtohelp.php";>Contributing</a></li>
-        <li><a href="http://qa.php.net/handling-bugs.php";>Handling 
Reports</a></li>
-        <li><a href="qa-reports.htm">Reports</a></li>
-        <li><a href="http://qa.php.net/pulls/";>Github PRs</a></li>
-      </ul>
-    </div>
-  </nav>
-</header>
-<div id="flash-message"></div>
-<nav id="megadropdown"></nav>
-
-<section class="fullscreen">
-
-
-
-<section class="fullscreen"><script 
src="qa-reports_files/sorttable.js"></script>
-<div style="margin:10px">
-
-<p><img src="howto_phpunit.png" /></p>
-
-<p><strong>Application</strong> - Application tested (Symfony, 
Joomla-Platform, Drupal, Mediawiki, Wordpress)</p>
-<p><strong>Scenario Set</strong> - Scenarios that are tested (CLI, Apache 
mod_php ; Opcache, Filesystem, etc...)</p>
-
-<p><strong>ERROR</strong> - PhpUnit tests that finished with Error(s)</p>
-<p><strong>FAILURE</strong> - PhpUnit tests that failed</p>
-<p><strong>TIMEOUT</strong> - Tests that did not finish after the maximum 
amount of time passed (usually one minute)</p>
-<p><strong>CRASH</strong> - Tests that Crashed PHP</p>
-
-<p>Report compares ERROR, FAILURE, TIMEOUT, CRASH and PASS for two PHP Builds, 
the <strong>Base Build</strong> with the <strong>Test Build</strong>. A +X 
indicates the count increased from Base to Test. A -X indicates the count 
decreased from Base to Test. If the difference is <font 
color="green">good</font>, it is shown in <font color="green">green</font> (fe 
increase in PASS, decrease in ERROR). If the difference is <font 
color="red">bad</font>, it is shown in <font color="red">red</font> (fe 
increase in FAILURE).</p>
-
-<p><a 
href="https://github.com/OSTC/PFTT2/blob/master/src/com/mostc/pftt/model/app/EPhpUnitTestStatus.java";
 target="_blank">Full Info on PFTT's PHPUnit Test Statuses</a></p>
-
-<p><strong>Result-Pack</strong> All the test logs are compressed into 
result-packs, which can be downloaded using the two links in the report.</p>
-
-</div>
-</section>
-</section><!-- .fullscreen -->
-<footer>
-  <nav class="fullscreen">
-    <ul>
-      <li><a href="http://php.net/copyright";>Copyright ?2001-2014 The PHP 
Group</a></li>
-      <li><a href="http://php.net/sites";>Other PHP.net sites</a></li>
-      <li><a href="http://php.net/privacy";>Privacy policy</a></li>
-    </ul>
-  </nav>
-</footer>
-
-<script src="qa-reports_files/jquery.js"></script>
-<script src="qa-reports_files/mousetrap.js"></script>
-<script src="qa-reports_files/common.js"></script>
-
-
-</body></html>
\ No newline at end of file
diff --git a/howto_phpunit.png b/howto_phpunit.png
new file mode 100755
index 0000000..6e39c0c
Binary files /dev/null and b/howto_phpunit.png differ
diff --git a/pftt.php b/pftt.php
index d301e57..b28e922 100755
--- a/pftt.php
+++ b/pftt.php
@@ -28,13 +28,13 @@ if ($branches!==FALSE) {
                    foreach ( scandir(BASE_REPORT_DIR."/$branch") as $revision 
) {
                            if ($revision=="." or $revision=="..")
                                    continue;
-                           if (is_dir(BASE_REPORT_DIR."/$branch/$revision")) {
+                           /*if (is_dir(BASE_REPORT_DIR."/$branch/$revision")) 
{
                                    $mtime = 
stat(BASE_REPORT_DIR."/$branch/$revision")[9];
                                    if ($mtime > $latest_revision_mtime) {
                                            $latest_revision = $revision;
                                            $latest_revision_mtime = $mtime;
                                    }
-                           }
+                           }*/
                    }
 
 ?>
-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to