Commit Graph

25 Commits

Author SHA1 Message Date
KodrAus e7c83ff1df more work on compile tests 2021-08-16 14:00:53 +10:00
Ashley Mannix cf16a7dd8b don't worry about stderr for non integer base types 2021-08-12 13:17:58 +10:00
Ashley Mannix de87d7d4e9 add compile tests for common derives 2021-08-12 12:50:55 +10:00
Ashley Mannix 222bf241b0 add another test for custom base type 2021-08-12 12:40:03 +10:00
Ashley Mannix 6c0e9ab93c reorganize crate tests 2021-08-12 11:05:35 +10:00
Ashley Mannix bcd0364134 comment the infra for stderr checking in beta 2021-08-12 07:51:11 +10:00
Ashley Mannix 5cfdf28842 allow stderr to be ignored on non-beta compilers 2021-08-05 12:48:40 +10:00
Ashley Mannix 35f15f8b51 commit stderr for compilefail tests 2021-08-05 11:06:04 +10:00
konsumlamm 40ba3ce2cb Use Self
Fix bug when overriding `stringify!`
2021-08-04 12:37:28 +02:00
konsumlamm bc87d8441e Move test_suite to tests 2021-07-19 19:43:25 +02:00
Tamir Duberstein d4fbf8b9f6 Move tests to test suite crate
Closes #68.

Also, removed travis-cargo now that docs are handled by docs.rs and
don't need to be uploaded from travis.

Minor update to the compiletest script to avoid issues with stale
artifacts left around after `rustup update`.
2017-10-17 12:27:33 -04:00
Gabriel Majeri e89964d29f Add unit tests for serde 2017-10-11 18:25:12 +03:00
Tamir Duberstein 9aecb0408a [TBS] remove compiletest 2017-08-31 19:50:46 -04:00
Tamir Duberstein 53ad23bea6 Use associated constants
Fixes #20.
Closes #21.
2017-08-19 10:47:04 -07:00
CensoredUsername 61daade359 Prevent formatter trait impls from blowing up when other traits providing the .fmt method were brought into scope before the bitflags macro was invoked 2017-05-29 15:58:00 +02:00
topecongiro 2006459756 Use semicolons instead of commas
Closes #65.
2017-03-24 09:32:11 +09:00
Vedant Rathore 6c8180a728 Fix Issue #67
Changed flag keyword to struct
2017-03-21 06:31:50 +05:30
David Tolnay cb8cf158d2 Move i128 tests behind unstable_testing feature 2017-03-06 20:19:42 -08:00
Alexander Stocko f8065d0f9f Reverting to feature gated integer width for the macro formatting arm 2017-02-11 20:38:30 -05:00
Alexander Stocko f98b06bf1a Revert "Add u128 feature for complete u128 compatibility"
This reverts commit 8ca48c881c.
2017-02-11 01:00:10 -05:00
Alexander Stocko 8ca48c881c Add u128 feature for complete u128 compatibility 2017-02-10 21:04:10 -05:00
John Ericson c1b63095d8 Oops, forgot to remove cfg from test 2016-04-20 13:17:09 -07:00
Matthew Dawson b774494db9 Remove the assignment_operators feature, its requirements are now stable
With rust 1.8, augmented_assignments and op_assign_traits are stable.  Thus
just enable them globally.
2016-04-20 13:28:41 -04:00
Philipp Matthias Schaefer 206f9dfa94 Move assignment operators behind feature
Assignment operators can now be enabled using the crate feature
"assignment_operators".
2016-01-13 22:01:47 +01:00
Alex Crichton 318b2d36b7 Test the no_std feature 2016-01-11 17:02:23 -08:00