GNOME Bugzilla – Bug 724126
intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
Last modified: 2014-02-17 22:46:15 UTC
The gapplication test sometimes crashes with: # GLib-GIO-FATAL-ERROR:¯ Expected ----- got ./cmd 0 activate action1 change action2 1 exit status: 0 ----- Got (full) ----- got ./cmd 0 change action2 1 activate action1 exit status: 0 ----- This test, and various others, are disabled on Ubuntu's autobuilders as a result.
Created attachment 269472 [details] [review] GApplication: disable some more tests Disable some racy GApplication testcases. We need some better non-hacky GApplication tests...
Attachment 269472 [details] pushed as 53d5b17 - GApplication: disable some more tests