Commit graph

9 commits

Author SHA1 Message Date
mark
2c31b45ae8 mv std libs to library/ 2020-07-27 19:51:13 -05:00
Mikail Bagishov
3313bf62ac
Skip leak test on targets without panic=unwind 2020-05-28 20:45:21 +03:00
Mikail Bagishov
591584e71f
Add tests for 'impl Default for [T; N]' 2020-05-27 00:57:07 +03:00
David Tolnay
c737169fe5
Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
Lukas Kalbertodt
5334a307d5
Add unit tests for array::IntoIter
Many tests are based on tests by Josh Stone <cuviper@gmail.com>
2019-10-24 15:46:44 +02:00
Mark Rousskov
2a663555dd Remove licenses 2018-12-25 21:08:33 -07:00
Nikolai Vazquez
a6e70b5fb4 Try to fix array TryFrom tests 2017-09-24 14:54:04 -04:00
Nikolai Vazquez
6570e4cd05 Add TryFrom tests for array reference types 2017-09-24 12:35:37 -04:00
Stjepan Glavina
13c744f30d Move libXtest into libX/tests
This change moves:

1. `libcoretest` into `libcore/tests`
2. `libcollectionstest` into `libcollections/tests`

This is a follow-up to #39561.
2017-04-03 20:49:39 +02:00
Renamed from src/libcoretest/array.rs (Browse further)