Skip to content
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

Test::Time #528

Open
AlexDaniel opened this issue Feb 8, 2019 · 3 comments
Open

Test::Time #528

AlexDaniel opened this issue Feb 8, 2019 · 3 comments
Assignees
Labels
issue sent Posted a previously unreported issue with the original author to investigate

Comments

@AlexDaniel
Copy link
Member

Module Test::Time cannot be installed (AlwaysFail), perhaps it has some failing tests.

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Test::Time
===> Found: Test::Time:ver<0.0.1> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Test::Time:ver<0.0.1> to /home/alex/Blin/data/zef-data/tmp/1549583095.14756.9867/test-time.git
===> Extraction [OK]: Test::Time to /home/alex/Blin/data/zef-data/store/test-time.git
===> Testing: Test::Time:ver<0.0.1>
�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /home/alex/Blin/data/zef-data/store/test-time.git/54edf2245b7afb93c49ecd84e1283ce1141d7fc4/t/01-tdd.t
Too late to switch language version. Must be used as the very first statement.
at /home/alex/Blin/data/zef-data/store/test-time.git/54edf2245b7afb93c49ecd84e1283ce1141d7fc4/t/01-tdd.t:72
------> �[32m    use v6.d.PREVIEW�[33m⏏�[31m;�[0m
t/01-tdd.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/01-tdd.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  2 wallclock secs ( 0.03 usr  0.00 sys +  2.37 cusr  0.16 csys =  2.56 CPU)
Result: FAIL
===> Testing [FAIL]: Test::Time:ver<0.0.1>
Failed to get passing tests, but continuing with --force-test
===> Installing: Test::Time:ver<0.0.1>
===> Install [OK] for Test::Time:ver<0.0.1>

Ping @FCO

Previous ticket: #40

@Scimon
Copy link

Scimon commented Feb 9, 2019

Looks like the test is trying to do som v6.d.PREVIEW stuff late down in the script. I'll put together a PR to move that test into a seperate file running v6.d.

@Scimon Scimon self-assigned this Feb 9, 2019
@Scimon
Copy link

Scimon commented Feb 9, 2019

Even pulling the v6.d tests out into a seperate file it's not working. Going to raise and issue and see if I can get my head around it.
Looks to be integrations between promises and the sleep implementation both using the same scheduler and it's gumming up.

@Scimon Scimon added the issue sent Posted a previously unreported issue with the original author to investigate label Feb 9, 2019
@Scimon
Copy link

Scimon commented Feb 9, 2019

Labelled Issue Sent. Still trying to make a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue sent Posted a previously unreported issue with the original author to investigate
Projects
None yet
Development

No branches or pull requests

2 participants