-
Notifications
You must be signed in to change notification settings - Fork 18
failed tests #105
Comments
@saltybeagle I think this is the only thing that keeps us from alpha5. I think it's necessary to get these enabled so we can get CI on the way and then hopefully never again break features which are covered by a test. What do you think it takes to get this resolved? |
cc @saltybeagle tests/Custom/Command/basic.phpt@cweiske helped me debug this yesterday. The commit breaking the test is ca074ae — how do we deal with this? |
Change: ->run() should (!) always return an exit code, we exit() in the wrapper Related ticket: #105
That looks fine to me. There are about half a dozen other exit calls that remain within |
@saltybeagle The problem is that a lot of tests rely on |
Looking at |
@saltybeagle: why was |
Opened another PR #110. We should be down to like 6 or 7 (depending on my other PR) test failures. |
@cweiske @saltybeagle Maybe you guys can give me an example of how I would convert this failing test case then? |
Progress:
|
4 tests left AtomicFileTransaction related
Cannot figure this one out. The code is supposed to throw an exception because of the 'borked' resource, but it works here. Maybe a PHP 5.4 change? Registry/Pear1/getdependentpackages/getdependentpackages.basic.phpt
RemotePackage/invalidpackage.phptFails because the error contains a different message - no idea why. |
* stream_copy_stream() never returns false but 0 (when nothing was copied) * all credit to @saltybeagle (Brett Bieber)
…ases Fixes two test failures (re: #105):
Alright, have these failures now (5.4.x):
|
Failed tests:
The text was updated successfully, but these errors were encountered: