diff options
| author | Mike Kravetz <mike.kravetz@oracle.com> | 2015-09-08 18:02:52 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-08 18:35:28 -0400 |
| commit | 243db5351aae5e6756fb610d41431a30d44b56a6 (patch) | |
| tree | ed42d2fb09e39ad54e3a4231f8dca2767e18ef22 /tools/testing/selftests/vm/run_vmtests | |
| parent | 9fcd6d2e052eef525e94a9ae58dbe7ed4df4f5a7 (diff) | |
Revert "selftests: add hugetlbfstest"
This manually reverts 7e50533d4b842 ("selftests: add hugetlbfstest").
The hugetlbfstest test depends on hugetlb pages being counted in a
task's rss. This functionality is not in the kernel, so the test will
always fail. Remove test to avoid confusion.
Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
Acked-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Cc: Joern Engel <joern@logfs.org>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: David Rientjes <rientjes@google.com>
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/vm/run_vmtests')
| -rwxr-xr-x | tools/testing/selftests/vm/run_vmtests | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/testing/selftests/vm/run_vmtests b/tools/testing/selftests/vm/run_vmtests index 831adeb5fc55..d891d6e326f4 100755 --- a/tools/testing/selftests/vm/run_vmtests +++ b/tools/testing/selftests/vm/run_vmtests | |||
| @@ -76,17 +76,6 @@ else | |||
| 76 | fi | 76 | fi |
| 77 | 77 | ||
| 78 | echo "--------------------" | 78 | echo "--------------------" |
| 79 | echo "running hugetlbfstest" | ||
| 80 | echo "--------------------" | ||
| 81 | ./hugetlbfstest | ||
| 82 | if [ $? -ne 0 ]; then | ||
| 83 | echo "[FAIL]" | ||
| 84 | exitcode=1 | ||
| 85 | else | ||
| 86 | echo "[PASS]" | ||
| 87 | fi | ||
| 88 | |||
| 89 | echo "--------------------" | ||
| 90 | echo "running userfaultfd" | 79 | echo "running userfaultfd" |
| 91 | echo "--------------------" | 80 | echo "--------------------" |
| 92 | ./userfaultfd 128 32 | 81 | ./userfaultfd 128 32 |
