Commit:    3da2323e5e6759b618cf0f53a7f8c14c3da5c4ba
Author:    Matt Ficken <v-maf...@microsoft.com>         Thu, 6 Jun 2013 
00:40:01 -0700
Parents:   aeb5bcc2ff18698495dbb14ed038d761ff5aa3eb
Branches:  master

Link:       
http://git.php.net/?p=pftt2.git;a=commitdiff;h=3da2323e5e6759b618cf0f53a7f8c14c3da5c4ba

Log:
wordpress phpunit tests and performance tuning


Former-commit-id: 53a8e5cf82d56b58f72a3e93801b2c8c2aee5175

Changed paths:
  M  PFTT-Client.install4j
  M  bin/pftt
  M  bin/pftt.cmd
  M  bin/pftt_auto.cmd
  M  bin/pftt_shell
  M  bin/pftt_shell.cmd
  A  bin/pftt_shell.sh
  M  bin/php_sdk
  A  bin/set_env
  M  bin/set_env.sh
  A  bin/set_path.sh
  M  bin/sleep.cmd
  A  bin/smoke.cmd
  A  bin/tka_apache
  A  bin/tka_php
  D  
cache/dep/opcache/php_opcache-20130521-7.0.2-dev-5.3-nts-vc9-x86/php_opcache.dll
  D  
cache/dep/opcache/php_opcache-20130521-7.0.2-dev-5.3-nts-vc9-x86/php_opcache.pdb
  D  
cache/dep/opcache/php_opcache-20130521-7.0.2-dev-5.3-ts-vc9-x86/php_opcache.dll
  D  
cache/dep/opcache/php_opcache-20130521-7.0.2-dev-5.3-ts-vc9-x86/php_opcache.pdb
  D  
cache/dep/opcache/php_opcache-20130521-7.0.2-dev-5.4-nts-vc9-x86/php_opcache.dll
  D  
cache/dep/opcache/php_opcache-20130521-7.0.2-dev-5.4-nts-vc9-x86/php_opcache.pdb
  D  
cache/dep/opcache/php_opcache-20130521-7.0.2-dev-5.4-ts-vc9-x86/php_opcache.dll
  D  
cache/dep/opcache/php_opcache-20130521-7.0.2-dev-5.4-ts-vc9-x86/php_opcache.pdb
  M  conf/app/joomla.groovy
  M  conf/app/wordpress.groovy
  M  conf/symfony.groovy
  A  conf/task/process_churn.groovy
  A  lib/mysql-connector-java-5.1.25-bin.jar
  M  src/com/mostc/pftt/host/AHost.java
  M  src/com/mostc/pftt/host/AbstractRemoteTestPackRunner.java
  M  src/com/mostc/pftt/host/ExecOutput.java
  M  src/com/mostc/pftt/host/Host.java
  M  src/com/mostc/pftt/host/HostGroup.java
  M  src/com/mostc/pftt/host/LocalHost.java
  M  src/com/mostc/pftt/host/PSCAgentServer.java
  M  src/com/mostc/pftt/host/RemoteHost.java
  M  src/com/mostc/pftt/host/SSHHost.java
  D  src/com/mostc/pftt/main/CmpReport.java
  M  src/com/mostc/pftt/main/Config.java
  M  src/com/mostc/pftt/main/PfttAgentMain.java
  M  src/com/mostc/pftt/main/PfttMain.java
  M  src/com/mostc/pftt/model/app/EPhpUnitTestStatus.java
  M  src/com/mostc/pftt/model/app/PhpUnitDist.java
  M  src/com/mostc/pftt/model/app/PhpUnitSourceTestPack.java
  M  src/com/mostc/pftt/model/app/PhpUnitTemplate.groovy
  M  src/com/mostc/pftt/model/core/PhpBuild.java
  M  src/com/mostc/pftt/model/core/PhpIni.java
  M  src/com/mostc/pftt/model/core/PhptSourceTestPack.java
  M  src/com/mostc/pftt/model/core/PhptTestCase.java
  M  src/com/mostc/pftt/model/sapi/AbstractManagedProcessesWebServerManager.java
  M  src/com/mostc/pftt/model/sapi/ApacheManager.java
  M  src/com/mostc/pftt/model/sapi/BuiltinWebServerManager.java
  M  src/com/mostc/pftt/model/sapi/CliSAPIInstance.java
  M  src/com/mostc/pftt/model/sapi/CrashedWebServerInstance.java
  M  src/com/mostc/pftt/model/sapi/EApacheVersion.java
  M  src/com/mostc/pftt/model/sapi/IISManager.java
  M  src/com/mostc/pftt/model/sapi/SAPIInstance.java
  D  src/com/mostc/pftt/model/sapi/SharedSAPIInstancesTestCaseGroupKey.java
  M  src/com/mostc/pftt/model/sapi/WebServerInstance.java
  M  src/com/mostc/pftt/model/sapi/WebServerManager.java
  M  src/com/mostc/pftt/model/smoke/PhptTestCountsMatchSmokeTest.java
  M  src/com/mostc/pftt/model/smoke/RequiredExtensionsSmokeTest.java
  M  src/com/mostc/pftt/model/smoke/RequiredFeaturesSmokeTest.java
  M  src/com/mostc/pftt/model/ui/UITestRunner.java
  M  src/com/mostc/pftt/results/AbstractPhpUnitRW.java
  M  src/com/mostc/pftt/results/ConsoleManager.java
  A  src/com/mostc/pftt/results/EPrintType.java
  M  src/com/mostc/pftt/results/LocalConsoleManager.java
  M  src/com/mostc/pftt/results/PhpResultPackReader.java
  M  src/com/mostc/pftt/results/PhpResultPackWriter.java
  M  src/com/mostc/pftt/results/PhpUnitResultReader.java
  M  src/com/mostc/pftt/results/PhpUnitResultWriter.java
  M  src/com/mostc/pftt/results/PhpUnitTestResult.java
  M  src/com/mostc/pftt/results/PhptResultReader.java
  M  src/com/mostc/pftt/results/PhptResultWriter.java
  M  src/com/mostc/pftt/runner/AbstractLocalTestPackRunner.java
  M  src/com/mostc/pftt/runner/AbstractPhpUnitTestCaseRunner.java
  M  src/com/mostc/pftt/runner/AbstractPhptTestCaseRunner.java
  M  src/com/mostc/pftt/runner/AbstractPhptTestCaseRunner2.java
  M  src/com/mostc/pftt/runner/BuiltinWebHttpPhpUnitTestCaseRunner.java
  M  src/com/mostc/pftt/runner/BuiltinWebHttpPhptTestCaseRunner.java
  M  src/com/mostc/pftt/runner/CliPhpUnitTestCaseRunner.java
  M  src/com/mostc/pftt/runner/CliPhptTestCaseRunner.java
  M  src/com/mostc/pftt/runner/HttpPhpUnitTestCaseRunner.java
  M  src/com/mostc/pftt/runner/HttpPhptTestCaseRunner.java
  M  src/com/mostc/pftt/runner/LocalPhpUnitTestPackRunner.java
  M  src/com/mostc/pftt/runner/LocalPhptTestPackRunner.java
  M  src/com/mostc/pftt/scenario/AbstractINIScenario.java
  M  src/com/mostc/pftt/scenario/AbstractProductionWebServerScenario.java
  M  src/com/mostc/pftt/scenario/AbstractSAPIScenario.java
  M  src/com/mostc/pftt/scenario/AbstractSMBScenario.java
  M  src/com/mostc/pftt/scenario/AbstractWebServerScenario.java
  M  src/com/mostc/pftt/scenario/ApacheModPHPScenario.java
  M  src/com/mostc/pftt/scenario/BuiltinWebServerScenario.java
  M  src/com/mostc/pftt/scenario/CLIScenario.java
  M  src/com/mostc/pftt/scenario/EScenarioSetPermutationLayer.java
  M  src/com/mostc/pftt/scenario/EnchantScenario.java
  M  src/com/mostc/pftt/scenario/LocalFileSystemScenario.java
  M  src/com/mostc/pftt/scenario/NoCodeCacheScenario.java
  M  src/com/mostc/pftt/scenario/OpcacheScenario.java
  M  src/com/mostc/pftt/scenario/SMBCAScenario.java
  M  src/com/mostc/pftt/scenario/SMBCSCOptionScenario.java
  M  src/com/mostc/pftt/scenario/SMBDFSScenario.java
  M  src/com/mostc/pftt/scenario/SMBDeduplicationScenario.java
  M  src/com/mostc/pftt/scenario/ScenarioSet.java
  M  src/com/mostc/pftt/scenario/app/ZipApplication.java
  M  src/com/mostc/pftt/scenario/app/ZipDbApplication.java
  A  src/com/mostc/pftt/ui/PhpUnitByOutput.java
  A  src/com/mostc/pftt/ui/PhpUnitByTest.java
  A  src/com/mostc/pftt/ui/PhpUnitDebuggerFrame.java
  A  src/com/mostc/pftt/ui/PhpUnitHostTab.java
  M  src/com/mostc/pftt/util/DebuggerManager.java
  M  src/com/mostc/pftt/util/DownloadUtil.java
  M  src/com/mostc/pftt/util/HostEnvUtil.java
  A  src/com/mostc/pftt/util/ValgrindMemoryCheckManager.java
  M  src/com/mostc/pftt/util/WinDebugManager.java


Diff: <Diff exceeded maximum size>

Reply via email to