We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ubuntu Linux 18.04
Swift 5.2.4 and 5.3
md5: 6f2d5ddf55e814cc0d06308ed989de6c
Issue Description:
Steps to reproduce:
1. clone this repo on linux http://github.com/nysander/twitter-text branch main
2. run
swift test --enable-test-discovery --filter "testExtract"
test will crash
Test Suite 'Selected tests' started at 2020-09-25 15:13:32.087 Test Suite 'TwitterTextTests' started at 2020-09-25 15:13:32.090 Test Case 'TwitterTextTests.testExtract' started at 2020-09-25 15:13:32.090 free(): invalid pointer Exited with signal code 6
3. checkout branch main
replace line:https://github.com/nysander/twitter-text/blob/011711c6a34af351d83eed143d094fe67d5109ef/Tests/TwitterTextTests/TwitterTextTests.swift#L268
with
var counter = 0 for testCase in urls { counter += 1 print(counter) // rest without change
4. run test again - test passes
The text was updated successfully, but these errors were encountered:
@swift-ci create
Sorry, something went wrong.
Comment by Paweł Madej (JIRA)
edited 2 steps because they were wrong. above flow describes fully bug
No branches or pull requests
Environment
Ubuntu Linux 18.04
Swift 5.2.4 and 5.3
Additional Detail from JIRA
md5: 6f2d5ddf55e814cc0d06308ed989de6c
Issue Description:
Steps to reproduce:
1. clone this repo on linux http://github.com/nysander/twitter-text branch main
2. run
test will crash
3. checkout branch main
replace line:https://github.com/nysander/twitter-text/blob/011711c6a34af351d83eed143d094fe67d5109ef/Tests/TwitterTextTests/TwitterTextTests.swift#L268
with
4. run test again - test passes
The text was updated successfully, but these errors were encountered: