Comment 8 for bug 990075

Revision history for this message
Javier Collado (javier.collado) wrote :

I've run the whitelist in #7 with the latest changes from trunk and I got this feedback (after setting log level to debug) regarding the whitelist ordering:

--- old whitelist
+++ new whitelist
@@ -1,14 +1,14 @@
 __mediacard__
+__networking__
+__power-management__
+__suspend__
+networking/detect
+suspend/network_before_suspend
+suspend/suspend_advanced
 mediacard/mmc-insert-after-suspend
 mediacard/mmc-storage-after-suspend
 mediacard/mmc-remove-after-suspend
-__networking__
-networking/detect
-__power-management__
 power-management/rtc
-__suspend__
-suspend/network_before_suspend
-suspend/resolution_before_suspend
 suspend/cpu_before_suspend
 suspend/memory_before_suspend
-suspend/suspend_advanced
+suspend/resolution_before_suspend

Given that now the mediacard test cases are correctly ordered, you shouldn't get any problem in running them because of bad dependency handling, so I'm setting the status as 'Fix Committed'.