-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autonose fails on skipped test #22
Comments
Hmm... While attempting to reproduce this, it went away. As in, I got it a few times, then adding a few debugging steps made it stop breaking for no apparent reason. Taking the debugging statements out, it kept working. Could you try this out now and see if you're still getting the error? If so, please send me (via gist or just a comment here):
|
Testfile:
0launch http://gfxmonk.net/dist/0install/autonose.xml --console
0launch --get-selections http://gfxmonk.net/dist/0install/autonose.xml is here https://gist.github.com/2021949 |
I'm not seeing it - the above output looks like autonose is working fine. I ran it and got the same as you, then when I modified the test file it got run again - autonose isn't actually exiting. When I run it without --console, I get a crash, although right now that seems to be happening for me regardless of whether a test is skipped or not, so that may be another issue. |
My behaviour is exactly opposite: it is working fine with --console. We need 3rd voice I think. |
I've asked a collegue of mine to launch exactly same case.
Window collapsed and output in console is https://gist.github.com/2043875 |
I think our behaviour is the same: --console is working for me as well, and the GUI is failing. For me, the GUI is failing for a strange (unrelated) reason, so thanks for the output. I can now see where the problem you're having is. |
Can you please let me know if this works for you? As I mentioned, I'm having GUI troubles so I can't test it myself :( You can run it locally (after doing a
|
I'm bit confused, how should I do that. |
That sounds like you've done the right thing - can you give me a stack trace from when it fails? Also, just to verify that you have the latest commit, can you send me the output of |
HEAD Output:
so it seams, that git pull is correct
|
Sorry for taking so long, I don't think I'm going to be able to fix this until I can actually get it running for myself. Unfortunately, that's not likely to happen any time soon, as I don't have much need for it myself lately (and don't really know how to fix the problem I'm getting). |
If I try to call skipTest("Some comment") inside my test function, autonose launched from 0launch (and which has UI) crashes.
autonose launched from 0launch with --console key exits upon execution.
Console version of autonose build from a git trunk works (launched via 'autonose' command).
Testcase attached
The text was updated successfully, but these errors were encountered: