History log of /external/minijail/libminijail_unittest.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8c13d104c2a8f0c0db2ebf872fc1f5fa790bfcc5 09-Feb-2017 Chirantan Ekbote <chirantan@google.com> Fix broken unit tests

Putting minijail in aosp was a great idea. They have much better testing and
continuous integration than chrome os.

Bug: None
Test: unit tests

Change-Id: Ib6f845b33860aa65b1b536ee4afc85d4f826898f
Signed-off-by: Chirantan Ekbote <chirantan@google.com>
/external/minijail/libminijail_unittest.cc
ab9eb44bf4d7f17cbeeed4fb7b64f17e7d039f56 25-Jan-2017 Martin Pelikán <mpel@google.com> allow specifying larger /tmp tmpfs mounts

Extract the size string-parsing and overflow-checking wrapper into util.c.

Test: New unit tests.
Change-Id: I31ba2f1a77217a2f13cda078e5e6a80104fbcd32
Signed-off-by: Martin Pelikán <mpel@google.com>
/external/minijail/libminijail_unittest.cc
9bd316b14cda8f2e352453dbcaefee2d4e04f81a 26-Jan-2017 Jorge Lucangeli Obes <jorgelo@google.com> Port Minijail unit tests to Google Test.

Remove the duplicate unit test files.

Google Test is designed to be included directly with the project using
it, so add a simple shell script to get the sources.

Bug: 34520446
Test: Builds on Android, desktop Linux.
Change-Id: Iabc63fa1cb847b668645dbf5468454f025c93721
/external/minijail/libminijail_unittest.cc