cmdline="hugeshmat01 -i 5"
contacts=""
analysis=exit
<<<test_output>>>
hugeshmat01    1  TPASS  :  conditions and functionality are correct
hugeshmat01    2  TFAIL  :  hugeshmat01 call failed - errno = 22 : Invalid argum
ent
hugeshmat01    3  TBROK  :  Remaining cases broken

because userspace memory in mips with 64bit ELF is lower than 2^40,
so shmat failed.


1<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l1#l1>
 --- a/testcases/kernel/mem/hugetlb/hugeshmat/hugeshmat01.c
2<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l2#l2>
 +++ b/testcases/kernel/mem/hugetlb/hugeshmat/hugeshmat01.c
3<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l3#l3>
 @@ -68,7 +68,11 @@ unsigned long huge_pages_shm_to_be_alloc
4<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l4#l4>
  #define CASE1          20              /* memory location.                */
5<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l5#l5>
  
6<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l6#l6>
  #if __WORDSIZE==64
7<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l7#l7>
 +#if defined(__mips__)
8<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l8#l8>
 +#define UNALIGNED      0x1000000eee
9<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l9#l9>
 +#else
10<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l10#l10>
  #define UNALIGNED      0x10000000eee
11<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l11#l11>
 +#endif
12<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l12#l12>
  #else
13<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l13#l13>
  #define UNALIGNED      0x60000eee
14<http://git.wrs.com/cgi-bin/gitweb.cgi?p=layers/wrll-userspace_test;a=blob;f=dist/ltp-full/patches/base/hugeshmat01-change-shmat-addr2.patch;h=4279bee6b05801fc06925ca16745e588c180805a;hb=2fcd2cd2f13afc412023f6bff7d58ad62b780dc2#l14#l14>
  #endif

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to