OSDN Git Service

Correct aslr_test minimum arm value.
authordcashman <dcashman@google.com>
Tue, 15 Mar 2016 22:14:20 +0000 (15:14 -0700)
committerdcashman <dcashman@google.com>
Tue, 15 Mar 2016 22:17:58 +0000 (15:17 -0700)
commit6d7b862b59743b64500b9b079c90cc50d556ecdf
tree21a1a20b20154d7a3f61046b177d97bb3864746a
parentb098491ac69154f8633d11c0fc4a50429d374a4a
Correct aslr_test minimum arm value.

Default mmap_rnd_bits value is now equal to the maximum supported (16)
on arm, not the minimum, 8.  Adjust the test criteria to match this.

Bug: 27680571
Change-Id: I16f2c3120c92ca9ea537f445ba24ebd8172d613f
tests/kernel.config/aslr_test.cpp