diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-18 00:58:13 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-18 00:58:13 +0100 |
commit | 169fda097ee826fab7cdd1eea3db8fdb0316e87b (patch) | |
tree | ee560855e8ae230f05e6a14f54447c31166352d7 /community | |
parent | 08fa88a185e715339e672cb4462a67d96d57bf5b (diff) | |
download | web-169fda097ee826fab7cdd1eea3db8fdb0316e87b.tar.gz web-169fda097ee826fab7cdd1eea3db8fdb0316e87b.tar.bz2 web-169fda097ee826fab7cdd1eea3db8fdb0316e87b.zip |
Revert "update for rename of open_issues/unit_testing.mdwn to service_solahart_jakarta_selatan__082122541663/unit_testing.mdwn"
This reverts commit 71aff3bc25ee51bf4bc2c5328754fa45d8c3924f.
Diffstat (limited to 'community')
-rw-r--r-- | community/gsoc/project_ideas/libdiskfs_locking.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/libdiskfs_locking.mdwn b/community/gsoc/project_ideas/libdiskfs_locking.mdwn index 890629a1..faac8bd9 100644 --- a/community/gsoc/project_ideas/libdiskfs_locking.mdwn +++ b/community/gsoc/project_ideas/libdiskfs_locking.mdwn @@ -22,7 +22,7 @@ faulty paths causing these lockups. The task is systematically checking the [[hurd/libdiskfs]] code for this kind of locking issues. To achieve this, some kind of test harness has to be implemented: For example instrumenting the code to check locking correctness constantly at -runtime. Or implementing a [[service_solahart_jakarta_selatan__082122541663/unit_testing]] framework that explicitly checks +runtime. Or implementing a [[open_issues/unit_testing]] framework that explicitly checks locking in various code paths. (The latter could serve as a template for implementing unit tests in other parts of the Hurd codebase...) |