Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pftt2

A test tool for the PHP ecosystem designed for convenience, thoroughness and speed.
https://github.com/php/pftt2

Add test_snap.cmd

This creates a script that allows for individual branch snapshot testing.

The changes to auto_t...

11a7bbacf7db647c13c9bc6aae3fb5478fa82d45 authored almost 5 years ago by Dale Hirt <[email protected]>
Updated to check for fileinfo extension

b54b82fd6a2283f1059d171812c31465343871cd authored almost 5 years ago by Allen Truong <[email protected]>
Updating phpunit

bf0a98eaae97ce948eb32b922832599ddba960a8 authored almost 5 years ago by Allen Truong <[email protected]>
Added HelloWorld test files and updated respective groovy file

246613fa84f9adc3015b82dede5e100e112bfdf6 authored almost 5 years ago by Allen Truong <[email protected]>
Updated simplest app scenario (HelloWorld)

280b673f78282d97239ecc5b5ab9373929a806f9 authored almost 5 years ago by Allen Truong <[email protected]>
Fixes #91: Removes Smoke Test looking for specific features

354f3d3231ef42426723aefcb70cbd989577b769 authored almost 5 years ago by Allen Truong <[email protected]>
Fixes #76: ArrayOutOfBounds exception fixed.

c00d4846bcc545ae7ad22f0d9433f9077d1c6705 authored about 5 years ago by Allen Truong <[email protected]>
Moving PHP_BUILDS environmental variable declaration to set_env.cmd.

Make sure we are only using environmental variable.

94eb81a9e90be9f8ad1f576d9bf043e7952cc81a authored about 5 years ago by Dale Hirt <[email protected]>
Make download_files.ps1 more robust.

fea34403b052f966fe795268d1e8d28b27c50499 authored about 5 years ago by Dale Hirt <[email protected]>
Updating scripts to not use bitsadmin.

547ad0e532320f47eaecb432164422d6f6d9b1e3 authored about 5 years ago by Allen Truong <[email protected]>
Fix #81: Lower-casing of PHPT file names can break tests

332325c23940184aaa90ef97c76583a66b034767 authored about 5 years ago by Christoph M. Becker <[email protected]>
Fix #67: PHP Deprecated causes failures

We have to use the same error reporting related settings as
run-tests.php, since some of the tes...

2f9a2945a948569229f2cada3bbbbad42d8e8d46 authored about 5 years ago by Christoph M. Becker <[email protected]>
Remove unsupported ini directives

`safe_mode` and `magic_quotes_runtime` are unsupported as of PHP 5.4.0;
the `unicde.*` directive...

8ef1c24a647d70c53a1f2d6b894e8d20f521e676 authored about 5 years ago by Christoph M. Becker <[email protected]>
Remove unused variable

Apparently a relict from PHP 5.3 days.

492a1aff61a5fd641e13dc0e74345c5a9c0aa30d authored about 5 years ago by Christoph M. Becker <[email protected]>
.gitignore build/ folder

03ffc258c993ec5d10807df13985b283d4bf1fa9 authored about 5 years ago by Christoph M. Becker <[email protected]>
Fix #31: Cleanup assumes wrong Opcache base address filename

The name of the base address file starts with "ZendOPcache" since
OPcache has been bundled with ...

96366d10ce0ba4a8397e68a63f88de6b1864f683 authored about 5 years ago by Christoph M. Becker <[email protected]>
Replace some sources with jsr305-3.0.0.jar

cabf457c094f6764a03e02d0e51ca786ba6cf060 authored about 5 years ago by Christoph M. Becker <[email protected]>
Update CLASSPATH for command line tools

Whenever we make changes to .classpath, we also have to update pftt.cmd
and pftt accordingly, so...

d93ae5c801a89c1b286fae3eb85868c98b127ac4 authored about 5 years ago by Christoph M. Becker <[email protected]>
Issue #71: Replaced ristretto-1.0-1.jar with src files.

a98986f1a65fb30c41cbcc7c0bc794a282dfee7d authored over 5 years ago by Allen Truong <[email protected]>
add mysqli and pdo_mysql as non thread safe tests

f3afe7cd7306cbb00b493dc70b82d5a633ebe2d6 authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
oops

0d2a17e46264960a82553bee23ac1ff619a1c87e authored over 5 years ago by Christoph M. Becker <[email protected]>
Fix typo

f9d25948d3179f9045bed46a36a90594a0f8af22 authored over 5 years ago by Christoph M. Becker <[email protected]>
Fixes #7: Replace bundled source files with binaries

ristretto-1.0-1.jar is a slightly modified version of ristretto-1.0;
the detailed changes are li...

6eab5a2f5a72424463b3bc1ebb95429e9d20ddc3 authored over 5 years ago by Allen Truong <[email protected]>
Adding test_qa file for VMs

1793d35586675027c8a415f09f9fd4ad53466aca authored over 5 years ago by Allen Truong <[email protected]>
Fixes #59: Updated scripts to tests snapshots better

1354c8c0f18ed9a49f3fd353d8a6f823131ea7b6 authored over 5 years ago by Allen Truong <[email protected]>
PHP 7.4 snapshots are built with VS 2017 again

e4aaefd28d0e5a51645657593995768964d59f33 authored over 5 years ago by Christoph M. Becker <[email protected]>
close #29, Exit status is not being respected in exec methods

61f397741eede36bdc9db03e8bedf4c1f436ec05 authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
Ignore alternative work folders

convenient for local debugging

260bd899bc0306426dc3d0c7f4348990c6d636db authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
remove AbtractPhptTestCaseRunner2 and minor change on SKIPIF as XFAIL

255bcd1fed82b185e308ff8538ddb6e92c7f31dd authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
Fixes #55: Automation Part 2

848cc83c9bd1aef3fba651961d049afa16c28964 authored over 5 years ago by Allen Truong <[email protected]>
1. aways evaluate skipif section, 2.Support xfail in SKIPIF sections

fbf6589a25163f8ea175a3820a9858a145f1995c authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
Fixes #53: Created batch files

7c40ee87a37e52bcfe479bf2bc2261db4869d08d authored over 5 years ago by Allen Truong <[email protected]>
Exlude ext/wddx from smoke test for PHP 7

ext/wddx is removed as of PHP 7.4.0, and there is not much point to
smoke-test for this rather n...

1bb5ffcc657a36d2fcc14577e4d2e70e0ac1efd8 authored over 5 years ago by Christoph M. Becker <[email protected]>
Close #38: Add PHP 7.4 support

116120135b954beb0cdd316492af74a6eef67da8 authored over 5 years ago by Christoph M. Becker <[email protected]>
Fixes #43: Modified what files get deleted

05e66bd4a07bb84e1190fc77ae9eb73e9534c958 authored over 5 years ago by Allen Truong <[email protected]>
Close #8: Cleanup unused files in the /bin folder

`cmp`, `diff`, `diff3`, `patch` and `sdiff` are Windows ports of the
respective Gnu utilities. ...

f6ddff3a4b96e4a36f2534ad4177900485538238 authored over 5 years ago by Christoph M. Becker <[email protected]>
Close #1: Wipe PHP version support < 5.6

c8bf1cfbb470d022bce67a697266c758278e9df9 authored over 5 years ago by Christoph M. Becker <[email protected]>
Fixes #6: Remove NSIS installer/script

d92ea3219b7ef9057610a86498c76ff368da5cef authored over 5 years ago by Allen Truong <[email protected]>
Fix build with OpenJ9

AzureWebsiteScenario is unavailable for now, this ocurrence doesn't
compile.

2311614b6360d6e6ca81e06c85c32122015f68f5 authored over 5 years ago by Anatol Belski <[email protected]>
Fix signedness confusion in byte to char cast

Since bytes are signed, but chars are unsigned, we must not cast
directly, but rather make sure ...

56978f929e183eb0d5a11dc5dfa02665fe6a3f96 authored over 5 years ago by Christoph M. Becker <[email protected]>
Exercise and check SKIPIF sections of PHPT test cases

Commit ca34269[1] inadvertently disabled exercising of SKIPIF sections.

[1] <http://git.php.net...

885a7da0e6b50f2b64dbf9145d11821580e8c61f authored over 5 years ago by Christoph M. Becker <[email protected]>
setup: download and install vc and mysql for all supported builds

f8b48fb1f6dc96e68f25dd42bc0ca3b54b568577 authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
Remove relicts of an SVN checkout

faf31746f658d7e3dbac933f83745b1649824791 authored over 5 years ago by Christoph M. Becker <[email protected]>
Fixes #33

bd072f008a30b325ecd46fc829cbe42b2a300f45 authored over 5 years ago by Allen Truong <[email protected]>
setup: download and install VC12 for MySQL

only install VC12 redistributable X86 since we only install x86 version of MySQL

minor change o...

eeac64204956c0a8d50212adfd8f69b8cb85d0f4 authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
Issue #4: Removed disabling firewall, implemented a way to let VCRedist and MySQL installer through firewall.

Issue #4: Updated for MySQL to install and setup properly.

Fixes Issue #4: Updated a portion fo...

4062b2dff3079a1af25655e666722dbae221d210 authored over 5 years ago by Allen Truong <[email protected]>
Add {TMP} support on PFTT (closes #27)

also replace regex replace with string replace

7de71d947b1ba0c3b4326fbbc0781d91100fab0c authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
delete doc/apidoc/* and remove links in doc/index.html

Closes #9

f110243fba1379413a205e3beb7e46623f496dc2 authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
Issue #19: Have pftt delete the files created to run the test if the test passes.

cfbda5e1297236fc74c183d96422f277d26f0915 authored over 5 years ago by Allen Truong <[email protected]>
Issue #3, Implement pftt setup, step 1

use zip non-install package for MySQL installation

support download/install VC16

remove code f...

b1704f17dd71abd5d4b8064019f5ecd9fcd9e9d5 authored over 5 years ago by Holly Li (WIPRO LIMITED) <[email protected]>
Issue #18: Enabled a part to clean out major files from the test pack and modified a comparison between files and ext types.

b423a5d0587eb4f97f67f2fc1434d4b99f37ba05 authored over 5 years ago by Allen Truong <[email protected]>
Issue #21: Removed deprecated methods involving Thread.

Removed unused lines.

841917a5780c269767e09305ce0c915b415622a3 authored over 5 years ago by Allen Truong <[email protected]>
Correction to check if PHP version is 7.x

f6754f318f108be42f9e6c1b0afd88ec63db01ec authored over 5 years ago by Allen Truong <[email protected]>
Rename to cmd

94dfdb64fa5c0ce7ad0fa9dd056f28feef9a97cd authored over 5 years ago by Anatol Belski <[email protected]>
Issue #11: Created .bat file to package appropriate class files for QA host

Issue 11: Updated it to put pftt2.jar into the package directly.

Issue #11: Minor change

Issue...

d3b6b43a898e4c6628df60e968a73cbbd0189900 authored over 5 years ago by Allen Truong <[email protected]>
Check if pftt2 is in lib and take it instead of dev build

2dfeb260f52fe8f889eed93a0c2d37103426d7a1 authored over 5 years ago by Anatol Belski <[email protected]>
Fix for issue #2 and resolved "Could not load file" error.

Updated with suggestions for issue #2

Updated for issue #2. Moved code around and normalized pa...

580251a04904cbff6d2be1c5dc3917ce94c249fa authored over 5 years ago by Allen Truong <[email protected]>
Remove crazy big files and obsolete stuff

Former-commit-id: fd9101a39566897b952de32cce1fe9514ea81cf9

bd4281cbd61344ebc09102f2a2de226d3f796dfa authored almost 6 years ago by Anatol Belski <[email protected]>
Always use charset detector

This might be an overkill, but otherwise the most of multibyte tests
fail. Improvement is still ...

f53d9d68ca50523e6bc842afe42ed5d9a763301d authored almost 6 years ago by Anatol Belski <[email protected]>
Comment out questionable copy all tests

This might be some overlooked debug code, hard coded paths used.

Former-commit-id: 426db571884...

8d575806c167e4ea1f67bc4ed668af7db0b2e832 authored almost 6 years ago by Anatol Belski <[email protected]>
mcrypt is not a required extension anymore

Former-commit-id: b4cf56e48cfcea569f8835cc8b5277a34adfb73f

85a41ee53a6d633408b4614dced8bb84ee7ca7ad authored almost 6 years ago by Anatol Belski <[email protected]>
Use the correct groovy jar

Former-commit-id: fda0b24f96cf6d453506da9dcfe0f80bd22b7d94

ea3f1628364a5ae10fee6470d03470c0d967348b authored about 6 years ago by Anatol Belski <[email protected]>
Don't depend on a hardcoded location

The most things have been done, some hardcoded places might be still
to cleanup.

Former-commit...

f41c891547841a7a5a13b8569c3e5e9db7049ae5 authored about 6 years ago by Anatol Belski <[email protected]>
Conditionally add 7.2+ only core exts

Former-commit-id: 6c334274d198bcef2bd8f99aa71cd734dec532c9

470940ef24587a703994f7fc905b10f03affd901 authored over 6 years ago by Anatol Belski <[email protected]>
Further sync with version handling and remove track_errrs for 7.2+

Former-commit-id: d8a53726eb0c4fdfd44f2c6a4668f40cfe6c4f29

05b483d10d76a93f9e187b41fe5c9a063c9eb222 authored over 6 years ago by Anatol Belski <[email protected]>
Check in required lib

Former-commit-id: faedb76b57d6b6c3df83b5bdb2c95398b189c385

c2821ed4cff3b592150f3270c644bbe2cbd1658d authored over 6 years ago by Anatol Belski <[email protected]>
Update places for version parsing, compiler recognition, etc.

Former-commit-id: dc1d5bc623bd3c5a186799cdae2ab0aad9009a97

472425a424a6631d23682ad7032af69ea5ec837d authored over 6 years ago by Anatol Belski <[email protected]>
Remove deprecated thread handling method

as it doesn't work with newer Java anymore

Former-commit-id: c56db5b68c986ceda00fcb88dd29fa538...

99960b429c99e1051ccf75b4f1529133793bec46 authored over 6 years ago by Anatol Belski <[email protected]>
Sync missing deps

Former-commit-id: 6a8e19c7aea98a3d08f1253d25d6c66d830f2367

a026f53fe6381939ba7bd453ccfe25e21e9b5b7a authored over 6 years ago by Anatol Belski <[email protected]>
Fix wrong piece

Former-commit-id: fc76eddb4a543cdc463f50a66d7fb67449cdbda2

2c35b75c8e36f70f1ca58bc8aab759ea1af2148a authored over 6 years ago by Anatol Belski <[email protected]>
Deactivate Azure related build for now, the implementation is based on

an outdated version

Former-commit-id: 2a80684d7edf17d419dc5883c92c88e20482e0be

ca34269debeee8b3c192cfa3dd56a35b54be6d1b authored over 6 years ago by Anatol Belski <[email protected]>
Sync mising files

Former-commit-id: dc9e36b26e9e5fd9978ca500c7a662e5d85b35a4

6e19847ea5e0e2116d564df20b7e84ad79ba1692 authored over 6 years ago by Anatol Belski <[email protected]>
updates for Azure App Services, Nanoserver and other changes

Former-commit-id: 2ef731848e50eec67b29cb1d8675b85b4d980f8d

3965488e1296dfca74030fa07c51afcd8c5acb25 authored over 6 years ago by Matt Ficken <[email protected]>
updates for Azure App Services, Nanoserver and other changes

Former-commit-id: d718fd0f726cc04289b74f3a7ec3466d0a79ad9b

d7291de64a909becc9e73030a1aadcd35c827072 authored over 6 years ago by Matt Ficken <[email protected]>
more fixes for str_size_and_int64 branch

Former-commit-id: a6b3e5b47bdd498fb3255059de6b2425a3ba7f58

f6829c2bfc1e7535808c09b78256e6eb6a30d3ab authored about 11 years ago by Matt Ficken <[email protected]>
more fixes for str_size_and_int64 branch

Former-commit-id: 298d61894fa43b0969ca235ff5ee0354c652d57a

4e56615da676639e1fab493f51930a0180b7e28c authored about 11 years ago by Matt Ficken <[email protected]>
updating documentation

Former-commit-id: e7728345b0f60d4219c01913695956cb861dd170

a87f3a7d159001b8e188c781f165e11d0f7507a2 authored about 11 years ago by Matt Ficken <[email protected]>
updating documentation

Former-commit-id: 3ec02fb113a331aab435e27d328ec2b580e451f0

4e4a2127a09fe3e602a502a90df0577fdb72ac11 authored about 11 years ago by Matt Ficken <[email protected]>
str_size_t branch

Former-commit-id: 7fa5c9e2385397b2887a68ad8fb75a27d17ce984

661f51a23634ee6bbf2c7ee85ad173e73e415dfb authored about 11 years ago by Matt Ficken <[email protected]>
Time Travel Tracing integration (Windows only)

Former-commit-id: 1c507b3440740050eb6a11e8f07b4b42646d478f

c20cec1c0a4eea3ea4edfa2c22552f7d4aa57ee5 authored about 11 years ago by Matt Ficken <[email protected]>
prepare all PHPT tests before running any of them

Former-commit-id: e0b7576f1084c6c3e5b48a6582bf83cbc02e598d

12b8407317b4abd66116e9c5ccd1f796d9818096 authored about 11 years ago by Matt Ficken <[email protected]>
scenario updates

Former-commit-id: 8910df089068047d9e73934439ea085898a09312

cab0d8d13ec2b3ffebef809888dee15e5e502328 authored about 11 years ago by Matt Ficken <[email protected]>
branch configuration update

Former-commit-id: 1c3e291736a176624081cb6bba69a4d5faf9f846

dbe6f3095d094e9ecbdc83308d7b43640e70911f authored about 11 years ago by Matt Ficken <[email protected]>
fix regular expression escape and ui bug

Former-commit-id: a4b4e385f12ddcd6ab9242dd39c64b84a9178dd5

d0575a55d6770cc5a3cabe1c820c7276f85a67f6 authored about 11 years ago by Matt Ficken <[email protected]>
fixing windebug integration

providing symbols (was broken)... adding -debug_named console option

Former-commit-id: 93f5789...

09e6f7b2982be21fa9d72e86cdfe548c07f92f33 authored about 11 years ago by Matt Ficken <[email protected]>
fixing ScenarioSet isSupported bug

bug if loading application scenarios and not loading mysql scenario and
running PHPT tests - #is...

00443ccd7d12429eb88f2d76531105bcde7dc578 authored about 11 years ago by Matt Ficken <[email protected]>
pftt shell minor ui update

Former-commit-id: ddd3a6bb592c5119bab3511cfd5217b233ce966c

9696ac26c694c0061677535fe56ee5ad41c769a4 authored about 11 years ago by Matt Ficken <[email protected]>
fixing VCRT installer

Former-commit-id: ea3f12c3dfd68518aaefa1d755d9ebe251de412c

a9543ad92e18f8dcdd7fdecfd3049cebef788e99 authored about 11 years ago by Matt Ficken <[email protected]>
temp dir writable smoke test

Former-commit-id: 38fd30bff2f779808809e9db35315d19d9697ce7

0b2aa377c97f51eeb670f6473084d5f8d3dc6e0f authored about 11 years ago by Matt Ficken <[email protected]>
updates to runtests command

Former-commit-id: 558d84c8aabcb28a595fd80a951788bf44b30559

a2771085ae4e2796ec1e8eb2b2aa838cba2680e3 authored about 11 years ago by Matt Ficken <[email protected]>
configuration updates

Former-commit-id: 889874a5782713f5f488b83a1c2e1092e1defdd1

90afe7b8db257762ceacfbc3054daf04c6ed8406 authored about 11 years ago by Matt Ficken <[email protected]>
splitting LocalHost into WindowsLocalHost and PosixLocalHost

Former-commit-id: 5d116c51304262c11cc9e32941c661506c4835a3

c839afe8bf94c9a467b3c67d90dfc803892d739e authored about 11 years ago by Matt Ficken <[email protected]>
MSSQL Scenario (Windows only)

Former-commit-id: 00331004b9073fc961fdecbd8923fce097d3d777

8109993cf22f3c4e297e2f0027c33b6aa96243c4 authored about 11 years ago by Matt Ficken <[email protected]>
interactive test-pack runner

Former-commit-id: 5dc42ef91bd16f04cb359359847d78cf836acb98

143b2ffcd2d3f5df587df0adf451b07abd645506 authored about 11 years ago by Matt Ficken <[email protected]>
updating configuration

Former-commit-id: ac2ef27a555cf3d59e2e23a1a0205e9f82426f06

d62c4eb30fd15b702a686688cf393315e65481b1 authored about 11 years ago by Matt Ficken <[email protected]>
Anatol: updating TEST_BIT8 for mbstring PHPT failure

Former-commit-id: cb0c13ead222dbbc76a1d763dbb107c701749a93

197a11e05c9c3191026a3072bd6762f53f7c3566 authored about 11 years ago by Matt Ficken <[email protected]>
updating application test-packs

Former-commit-id: 75f37baaa571158b6f43f504af9caaf76652bec2

602c823016582d3f1aa28a898f4a8a35476951e6 authored about 11 years ago by Matt Ficken <[email protected]>
adding `info` command

Former-commit-id: 67e9892364a10798fb9ef2498dd039a61898866d

7e27a9bccb6ca6785a9f4caedc4021a8784fdf19 authored over 11 years ago by Matt Ficken <[email protected]>
update required-features smoke test

Former-commit-id: 721bf60ca3d433dd6e218f25fef521471bc62192

e524e600c5b9057d2d03ad8ca6145ce1203325ff authored over 11 years ago by Matt Ficken <[email protected]>
updated database scenario api

Former-commit-id: f6ef15fd9de6ab333956a26add1e73b0c78ba1e9

eba4a5a9b8b62ca534226cd2959d9e925ff1f939 authored over 11 years ago by Matt Ficken <[email protected]>