JCTyBlaidd
|
fe2e857cc3
|
Add newlines at end of file + use replace.
add dangling thread variant of one of the benchmarks
|
2020-11-02 13:08:09 +00:00 |
|
JCTyBlaidd
|
2e75de5ac9
|
Mark all new tests as disabled on windows
|
2020-11-02 12:40:12 +00:00 |
|
JCTyBlaidd
|
ed32b260f9
|
Add tests, and fix bug in atomic RMW relaxed stores
|
2020-11-02 02:57:06 +00:00 |
|
Ralf Jung
|
2a4faf638b
|
increase timeout to avoid spurious test failures
|
2020-10-30 18:59:58 +01:00 |
|
Ralf Jung
|
ad07b2bd44
|
rustup; increase slack for timing tests
|
2020-10-22 09:47:02 +02:00 |
|
Aaron Hill
|
05bb560de2
|
Enable backtrace feature in the generated Xargo.toml
This allows the normal std panic hook to print a backtrace if
`RUST_BACKTRACE=1` and `-Z miri-disable-isolation` are set
|
2020-10-20 18:27:55 -04:00 |
|
Ralf Jung
|
a4cbbddc8e
|
merge parking test into general synchronization test
|
2020-10-03 15:27:23 +02:00 |
|
Mara Bos
|
dc36988f38
|
Add test for futex syscall.
|
2020-10-03 13:34:49 +02:00 |
|
Mara Bos
|
81138825b3
|
Add park/park_timeout/unpark test.
|
2020-10-02 23:35:00 +02:00 |
|
David Cook
|
33e928c9ca
|
Review comments
|
2020-09-07 10:54:39 -05:00 |
|
David Cook
|
6d323e1032
|
Refactor timespec parsing, improve error handling
|
2020-09-06 18:07:14 -05:00 |
|
Ralf Jung
|
2a42f8e93c
|
fix and test order of TLS dtors and thread joining
|
2020-07-27 23:32:15 +02:00 |
|
Ralf Jung
|
dca00ab85e
|
introduce platform-specific module hierarchy for dlsym (similar to foreign_items)
|
2020-06-27 14:36:05 +02:00 |
|
Ralf Jung
|
395f5d40dc
|
Rename shims::{sync -> posic_sync} and move sync_singlethread test to other sync test
|
2020-06-27 12:37:12 +02:00 |
|
Ralf Jung
|
dcb2b30982
|
rustup, and adjust timing tests
|
2020-06-03 09:40:21 +02:00 |
|
Ralf Jung
|
acb3ec0866
|
test and fix for rwlock unlock bug
|
2020-05-30 22:48:43 +02:00 |
|
Vytautas Astrauskas
|
34ddd775e8
|
Increase the elapsed time window.
|
2020-05-25 08:07:07 +02:00 |
|
Vytautas Astrauskas
|
bd97074517
|
Small changes.
|
2020-05-25 00:02:54 +02:00 |
|
Vytautas Astrauskas
|
babedc938e
|
Rewrite notify all test.
|
2020-05-25 00:02:54 +02:00 |
|
Vytautas Astrauskas
|
8b5a9836be
|
Small changes.
|
2020-05-25 00:02:54 +02:00 |
|
Vytautas Astrauskas
|
86eb262e8a
|
Cleanup Condvar tests.
|
2020-05-25 00:02:54 +02:00 |
|
Vytautas Astrauskas
|
4a303b1309
|
Add a timeout test for conditional variables.
|
2020-05-25 00:02:54 +02:00 |
|
Vytautas Astrauskas
|
6e774dec86
|
Move all run-pass synchronization primitive tests to sync.rs.
|
2020-05-25 00:02:54 +02:00 |
|
Vytautas Astrauskas
|
679245769b
|
Implement support for synchronization primitives.
|
2020-05-25 00:02:54 +02:00 |
|
Ralf Jung
|
f2f4e6fc65
|
also test panic from thread with name
|
2020-05-03 12:51:48 +02:00 |
|
Ralf Jung
|
2b591b849f
|
test panics in threads
|
2020-05-03 12:43:38 +02:00 |
|
Vytautas Astrauskas
|
331dbd1469
|
Add a test for joining in a destructor.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
39efdf31cf
|
Move prctl test to the same file as other libc tests.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
feb188360e
|
Unify TLS dtors; move stepping outside.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
8240ed26a9
|
Change the test not to rely on internals.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
cc9248a7c8
|
Ignore prctl test on MacOS because it does not support it.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
8a7dbde372
|
Check prctl argument types and fix the test.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
40e50bf58b
|
Clarify test comments.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
9a01c3fa3e
|
Clarify comments about TLS destructor handling in Windows, add a test for TLS destructors.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
80459bbf77
|
Improve concurrency tests.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
75e6549c11
|
Improve prctl, add a test.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
421be273cc
|
Add concurrency tests.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
d9ec0f2b36
|
Add a missing newline in the test.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
325c31e578
|
Address some of the reviewers comments.
|
2020-04-27 14:26:36 -07:00 |
|
Vytautas Astrauskas
|
1c8a59c691
|
Rebase on PR 1157.
|
2020-04-27 14:23:32 -07:00 |
|
Vytautas Astrauskas
|
b04bf8a514
|
Rustfmt the test.
|
2020-04-27 14:23:32 -07:00 |
|
Vytautas Astrauskas
|
aef4c95599
|
Fix the problem of sending pointed to thread local statics. Add a regression test.
|
2020-04-27 14:23:32 -07:00 |
|
Vytautas Astrauskas
|
92946b5a9c
|
Add a test for thread locals.
|
2020-04-27 14:23:32 -07:00 |
|
Vytautas Astrauskas
|
82f17ab917
|
Implement basic support for concurrency (Linux only).
|
2020-04-27 14:23:32 -07:00 |
|