diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-15 10:10:09 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-15 10:10:09 +0100 |
commit | d493882f538dc7b090fdb63202f2acf3727f0a06 (patch) | |
tree | fa787ea775ace4011e3ac080ff473730bfbec9dd | |
parent | da9ea963e3dc82642528800fe73c028667032299 (diff) |
open_issues/vfat_test_suite: New.
-rw-r--r-- | hurd/translator/fatfs.mdwn | 4 | ||||
-rw-r--r-- | hurd/translator/tmpfs/discussion.mdwn | 3 | ||||
-rw-r--r-- | open_issues/file_system_exerciser.mdwn | 14 | ||||
-rw-r--r-- | open_issues/performance/io_system/read-ahead.mdwn | 3 | ||||
-rw-r--r-- | open_issues/vfat_test_suite.mdwn | 20 |
5 files changed, 37 insertions, 7 deletions
diff --git a/hurd/translator/fatfs.mdwn b/hurd/translator/fatfs.mdwn index 006fac0b..b987b359 100644 --- a/hurd/translator/fatfs.mdwn +++ b/hurd/translator/fatfs.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2009, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -11,3 +11,5 @@ is included in the section entitled The current `fatfs` translator is read-only, and it has a severe bug: [[!GNU_Savannah_bug 25961]]. + + * [[open_issues/VFAT_Test_Suite]] diff --git a/hurd/translator/tmpfs/discussion.mdwn b/hurd/translator/tmpfs/discussion.mdwn index bdee0f78..7d75edf5 100644 --- a/hurd/translator/tmpfs/discussion.mdwn +++ b/hurd/translator/tmpfs/discussion.mdwn @@ -150,6 +150,9 @@ License|/fdl]]."]]"""]] <braunr> and what does it mean in this situation ? <mcsim> I've run fsx as long as possible several times. It runs quite long but it breaks in different ways. + +[[open_issues/file_system_exerciser]]. + <mcsim> MACH_SEND_INVALID_DEST <mcsim> this means that kernel tries to call rpc with pager 0x0 <mcsim> this is invalid destiantion diff --git a/open_issues/file_system_exerciser.mdwn b/open_issues/file_system_exerciser.mdwn index c51863b9..f8cca6a1 100644 --- a/open_issues/file_system_exerciser.mdwn +++ b/open_issues/file_system_exerciser.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2011, 2012 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2011, 2012, 2013 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -10,20 +11,21 @@ License|/fdl]]."]]"""]] [[!tag open_issue_hurd]] -Test our file system implementations with the File System Exerciser. - - * <http://codemonkey.org.uk/projects/fsx/> +Test our file system implementations with the [File System +Exerciser](http://codemonkey.org.uk/projects/fsx/). See [[tmpfs +discussion|hurd/translator/tmpfs/discussion]], and on [[Maksym_Planeta]]. # Alternatives - ## fs_mark - ### IRC, freenode, #hurd, 2012-04-30 <pinotree> mcsim: http://sourceforge.net/projects/fsmark/ <pinotree> mcsim: just saw it in debian's NEW queue and from the description it seemed like something it could be helpful for you <pinotree> (and in general to test fs'es) + + +## [[VFAT_Test_Suite]] diff --git a/open_issues/performance/io_system/read-ahead.mdwn b/open_issues/performance/io_system/read-ahead.mdwn index be582e8a..d471efca 100644 --- a/open_issues/performance/io_system/read-ahead.mdwn +++ b/open_issues/performance/io_system/read-ahead.mdwn @@ -1870,6 +1870,9 @@ License|/fdl]]."]]"""]] <braunr> mcsim: does it work fine without the large storage patch ? <mcsim> braunr: looks fine, but TBH I can't even run such things like fsx, because even without my changes it failed mightily at once. + +[[file_system_exerciser]]. + <braunr> mcsim: right, well, that will be part of another task :) diff --git a/open_issues/vfat_test_suite.mdwn b/open_issues/vfat_test_suite.mdwn new file mode 100644 index 00000000..e06f07e3 --- /dev/null +++ b/open_issues/vfat_test_suite.mdwn @@ -0,0 +1,20 @@ +[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag open_issue_hurd]] + +As referenced in Linux kernel's `Documentation/filesystems/vfat.txt`, on +<http://web.archive.org/web/*/http://bmrc.berkeley.edu/people/chaffee/vfat.html> +one can find a VFAT Test Suite. Run it on our [[hurd/translator/fatfs]]. + + +# See Also + + * [[File_System_Exerciser]] |