Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1Description: Skip test which performs some unreliable floating point comparisons 2Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=722604 3 4Index: b/glib/tests/timer.c 5=================================================================== 6--- a/glib/tests/timer.c 7+++ b/glib/tests/timer.c 8@@ -203,7 +203,7 @@ 9 { 10 g_test_init (&argc, &argv, NULL); 11 12- g_test_add_func ("/timer/basic", test_timer_basic); 13+/* g_test_add_func ("/timer/basic", test_timer_basic);*/ 14- g_test_add_func ("/timer/stop", test_timer_stop); 15+/* g_test_add_func ("/timer/stop", test_timer_stop);*/ 16 g_test_add_func ("/timer/continue", test_timer_continue); 17 g_test_add_func ("/timer/reset", test_timer_reset);