issues
search
apple
/
swift-atomics
Low-level atomic operations for Swift
Apache License 2.0
1.08k
stars
52
forks
source link
Update utility scripts
#44
Closed
lorentey
closed
3 years ago
lorentey
commented
3 years ago
Move generate-sources under
Utilities/
Upgrade GYB to Python 3
Adjust
run-full-tests.sh
to build all configurations before running any tests
Scale down tests to 1/20 the workload by default, unless SWIFT_ATOMICS_LONG_TESTS is set
Also run tests with TSan enabled
Checklist
[X] I've read the
Contribution Guidelines
[X] My contributions are licensed under the
Swift license
.
[X] I've followed the coding style of the rest of the project.
[ ] I've added tests covering all new code paths my change adds to the project (if appropriate).
[X] I've verified that my change does not break any existing tests.
[ ] I've updated the documentation if necessary.
lorentey
commented
3 years ago
@swift-ci test
lorentey
commented
3 years ago
@swift-ci test
lorentey
commented
3 years ago
@swift-ci test
Utilities/
run-full-tests.sh
to build all configurations before running any testsChecklist