antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.43k stars 78 forks source link

Fragile panics in Travis #163

Closed antoyo closed 5 years ago

antoyo commented 5 years ago

https://travis-ci.org/antoyo/relm/builds/482806306#L1271 Might be due to the tests running in another thread.

antoyo commented 5 years ago

That is actually shown in fragile tests and is okay since they are in tests annotated by #[should_panic]: it seems panics are shown when they originate from another thread.