[8/9]docs/winedev: There are no platform todos

André Hentschel nerv at dawncrow.de
Mon May 10 14:06:56 CDT 2010


---
 en/winedev-testing.sgml |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/en/winedev-testing.sgml b/en/winedev-testing.sgml
index 7316560..31f15f4 100644
--- a/en/winedev-testing.sgml
+++ b/en/winedev-testing.sgml
@@ -584,19 +584,7 @@ todo_wine {
         cause the test to fail, thus making it easy to detect when something
         has changed that fixes a bug. Also note that todo checks are accounted
         separately from regular checks so that the testing statistics remain
-        meaningful. Finally, note that todo sections can be nested so that if
-        a test only fails on the cygwin and reactos platforms, one would
-        write:
-<screen>
-todo("cygwin") {
-    todo("reactos") {
-        ...
-    }
-}
-</screen>
-        <!-- FIXME: Would we really have platforms such as reactos, cygwin, freebsd & co? -->
-        But specific platforms should not be nested inside a todo_wine section
-        since that would be redundant.
+        meaningful.
       </para>
       <para>
         When writing tests you will also encounter differences between Windows
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list