Commit:    eca7d4fc66aaa4f8eaa3cb61e9551c9a7cfbe3ea
Author:    Matt Ficken <v-maf...@microsoft.com>         Wed, 12 Jun 2013 
14:23:45 -0700
Parents:   82756c1363e05eccf851c088b60a513c69ad34ee
Branches:  master

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

Log:
rearch Scenario API for cleaner setup disposal (initially/primarily for Opcache)


Former-commit-id: 881282bad12961e2517226797b0640d70216d8f9
  A  app/PHPExcel-develop.zip
  A  app/azure-sdk-for-php-master.7z
  M  bin/list_config.cmd
  A  bin/parse.cmd
  M  bin/pftt_shell.cmd
  M  bin/pftt_shell.sh
  D  bin/rctest.cmd
  M  bin/set_env.sh
  M  bin/sleep.cmd
  M  bin/tka_windbg.cmd
  M  conf/apache.groovy
  M  conf/apc.groovy
  M  conf/app/appleseed.groovy
  A  conf/app/azure_sdk.groovy
  M  conf/app/buddypress.groovy
  M  conf/app/drupal.groovy
  A  conf/app/drupal.patch.txt
  A  conf/app/fengoffice.groovy
  M  conf/app/gallery.groovy
  M  conf/app/hello_world.groovy
  M  conf/app/joomla.groovy
  M  conf/app/mediawiki.groovy
  A  conf/app/opcache_control_panel.groovy
  A  conf/app/php_excel.groovy
  M  conf/app/php_formgen.groovy
  M  conf/app/php_list.groovy
  A  conf/app/php_powerpoint.groovy
  A  conf/app/php_project.groovy
  A  conf/app/php_visio.groovy
  A  conf/app/php_word.groovy
  M  conf/app/phpbb.groovy
  M  conf/app/phpmotion.groovy
  M  conf/app/phpmyadmin.groovy
  M  conf/app/semantic_mediawiki.groovy
  M  conf/app/squirrel_mail.groovy
  M  conf/app/typo3.groovy
  A  conf/app/wordpress-tests.patch.txt
  M  conf/app/wordpress.groovy
  M  conf/builtin_web.groovy
  M  conf/cake_php.groovy
  M  conf/cli.groovy
  M  conf/internal_example/deduplication.groovy
  M  conf/internal_example/dfs.groovy
  M  conf/internal_example/smb.groovy
  M  conf/localfs.groovy
  M  conf/no_code_cache.groovy
  M  conf/no_debug.groovy
  M  conf/no_user_cache.groovy
  M  conf/not/local_fs_only_builtin_web.groovy
  M  conf/not/not_phar.groovy
  M  conf/opcache.groovy
  M  conf/symfony.groovy
  M  conf/task/check_proc_first.groovy
  A  conf/task/code_coverage.groovy
  A  conf/task/list_builtin_functions.groovy
  A  conf/task/low_stress.groovy
  A  conf/task/make_core_test.groovy
  A  conf/task/no_stress.groovy
  A  conf/task/rctest.groovy
  A  conf/task/snap_test.groovy
  M  conf/task/stress.groovy
  M  conf/task/stress_long.groovy
  M  conf/task/stress_more.groovy
  M  conf/task/stress_more_long.groovy
  M  conf/task/stress_overnight.groovy
  M  conf/wincacheu.groovy
  D  conf/xdebug.groovy
  M  conf/zend.groovy
  M  src/com/github/mattficken/io/StringUtil.java
  M  src/com/mostc/pftt/host/AHost.java
  M  src/com/mostc/pftt/host/AbstractRemoteTestPackRunner.java
  A  src/com/mostc/pftt/host/IProgramRunner.java
  M  src/com/mostc/pftt/host/PSCAgentServer.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/PhpUnitTemplate.groovy
  M  src/com/mostc/pftt/model/core/EPhptTestStatus.java
  M  src/com/mostc/pftt/model/core/PhpBuildInfo.groovy
  A  src/com/mostc/pftt/model/core/PhpCodeCoverage.java
  A  src/com/mostc/pftt/model/core/PhpParser.java
  M  src/com/mostc/pftt/model/core/PhptTestCase.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/IISManager.java
  M  src/com/mostc/pftt/model/sapi/SAPIInstance.java
  M  src/com/mostc/pftt/model/sapi/TestCaseGroupKey.java
  M  src/com/mostc/pftt/model/sapi/WebServerManager.java
  M  src/com/mostc/pftt/model/ui/UITestRunner.java
  M  src/com/mostc/pftt/results/AbstractReportGen.groovy
  M  src/com/mostc/pftt/results/ITestResultReceiver.java
  M  src/com/mostc/pftt/results/PhpResultPack.java
  M  src/com/mostc/pftt/results/PhpResultPackReader.java
  M  src/com/mostc/pftt/results/PhpResultPackWriter.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/results/PhptTallyFile.groovy
  M  src/com/mostc/pftt/results/PhptTestResultStylesheetWriter.groovy
  M  src/com/mostc/pftt/runner/AbstractLocalTestPackRunner.java
  M  src/com/mostc/pftt/runner/AbstractPhpUnitTestCaseRunner.java
  M  src/com/mostc/pftt/runner/AbstractPhptTestCaseRunner2.java
  M  src/com/mostc/pftt/runner/AbstractTestPackRunner.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
  A  src/com/mostc/pftt/runner/LocalAtoumTestPackRunner.java
  A  src/com/mostc/pftt/runner/LocalBehatTestCaseRunner.java
  M  src/com/mostc/pftt/runner/LocalPhpUnitTestPackRunner.java
  M  src/com/mostc/pftt/runner/LocalPhptTestPackRunner.java
  M  src/com/mostc/pftt/scenario/APCScenario.java
  M  src/com/mostc/pftt/scenario/AbstractApacheScenario.java
  M  src/com/mostc/pftt/scenario/AbstractCodeCacheScenario.java
  M  src/com/mostc/pftt/scenario/AbstractDatabaseScenario.java
  M  src/com/mostc/pftt/scenario/AbstractFileSystemScenario.java
  M  src/com/mostc/pftt/scenario/AbstractINIScenario.java
  M  src/com/mostc/pftt/scenario/AbstractNetworkedServiceScenario.java
  M  src/com/mostc/pftt/scenario/AbstractOptionScenario.java
  M  src/com/mostc/pftt/scenario/AbstractRemoteFileSystemScenario.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/ApplicationScenario.java
  M  src/com/mostc/pftt/scenario/BuiltinWebServerScenario.java
  M  src/com/mostc/pftt/scenario/CLIScenario.java
  M  src/com/mostc/pftt/scenario/EnchantScenario.java
  M  src/com/mostc/pftt/scenario/FTPScenario.java
  M  src/com/mostc/pftt/scenario/HTTPScenario.java
  M  src/com/mostc/pftt/scenario/IMAPScenario.java
  A  src/com/mostc/pftt/scenario/IScenarioSetup.java
  M  src/com/mostc/pftt/scenario/LDAPScenario.java
  M  src/com/mostc/pftt/scenario/LocalFileSystemScenario.java
  M  src/com/mostc/pftt/scenario/MSAccessScenario.java
  M  src/com/mostc/pftt/scenario/MSSQLODBCScenario.java
  M  src/com/mostc/pftt/scenario/MSSQLScenario.java
  M  src/com/mostc/pftt/scenario/MySQLScenario.java
  M  src/com/mostc/pftt/scenario/NoCodeCacheScenario.java
  M  src/com/mostc/pftt/scenario/NoDebugScenario.java
  M  src/com/mostc/pftt/scenario/NormalPathsScenario.java
  M  src/com/mostc/pftt/scenario/OpcacheScenario.java
  M  src/com/mostc/pftt/scenario/PhpUnitInlineReferencesScenario.java
  M  src/com/mostc/pftt/scenario/PhpUnitReflectionOnlyScenario.java
  M  src/com/mostc/pftt/scenario/PlainSocketScenario.java
  M  src/com/mostc/pftt/scenario/PostgresSQLScenario.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/SOAPScenario.java
  M  src/com/mostc/pftt/scenario/SQLite3Scenario.java
  M  src/com/mostc/pftt/scenario/SSLSocketScenario.java
  M  src/com/mostc/pftt/scenario/Scenario.java
  M  src/com/mostc/pftt/scenario/ScenarioSet.java
  A  src/com/mostc/pftt/scenario/ScenarioSetSetup.java
  M  src/com/mostc/pftt/scenario/UNCPathsScenario.java
  M  src/com/mostc/pftt/scenario/WinCacheScenario.java
  M  src/com/mostc/pftt/scenario/XDebugScenario.java
  M  src/com/mostc/pftt/scenario/XMLRPCScenario.java
  A  src/com/mostc/pftt/scenario/app/AzureSDKScenario.java
  A  src/com/mostc/pftt/scenario/app/FengOfficeScenario.java
  M  src/com/mostc/pftt/scenario/app/HelloWorldScenario.groovy
  A  src/com/mostc/pftt/scenario/app/OpcacheControlPanelScenario.java
  A  src/com/mostc/pftt/scenario/app/PHPExcelScenario.java
  A  src/com/mostc/pftt/scenario/app/PHPPowerpointScenario.java
  A  src/com/mostc/pftt/scenario/app/PHPProjectScenario.java
  A  src/com/mostc/pftt/scenario/app/PHPVisioScenario.java
  A  src/com/mostc/pftt/scenario/app/PHPWordScenario.java
  M  src/com/mostc/pftt/scenario/app/ZipApplication.java
  M  src/com/mostc/pftt/scenario/app/ZipDbApplication.java
  M  src/com/mostc/pftt/ui/PhpUnitDebuggerFrame.java
  M  src/com/mostc/pftt/ui/PhpUnitHostTab.java
  A  src/com/mostc/pftt/util/AlignedTable.java
  M  src/com/mostc/pftt/util/DebuggerManager.java
  A  src/com/mostc/pftt/util/DllVersion.java
  A  src/com/mostc/pftt/util/IClosable.java
  M  src/org/codehaus/groovy/tools/shell/commands/InspectCommand.groovy

Reply via email to