- 15 Dec, 2015 6 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
debuggerd's "crasher" has an extensive range of different crashes, ported to all supported architectures. Change-Id: I881002f5eb20c7bf87f1add2673216439a92d56c
-
Elliott Hughes authored
-
Elliott Hughes authored
Everything is now tested better by bionic itself, and as part of CTS. Change-Id: Ie23e50b5ece911b650ad5abda8230bf7a8d3a452
-
Elliott Hughes authored
-
Elliott Hughes authored
Not touched since cupcake. Change-Id: I22ad0bfe3897ed590d0d6d17e04dc7dfced7bff2
-
- 14 Dec, 2015 6 commits
-
-
Lorenzo Colitti authored
-
Lorenzo Colitti authored
* changes: Support properly resetting non-SYN, non-FIN packets. Add a tests that checks NAs with the R flag set to 0. Add utility functions to neighbour_test.
-
Lorenzo Colitti authored
Recent kernels randomize flowlabels by default. This causes our packet comparisons to fail. Fix this by copying over the flowlabel like we do with the IP id and the DF bit. Change-Id: I8cf2685e622d89ca25fab443bab3bb1c3079b076
-
Lorenzo Colitti authored
Change-Id: Ibab1eb744a6223007851abdd272b990ad360a9e4
-
Lorenzo Colitti authored
NAs with R=0 have been implicated in loss of connectivity. This test checks that they behave as expected. Change-Id: I08e82f704cde4f40b423c8f52a34fef1ebfd74ee
-
Lorenzo Colitti authored
1. Clear the ND cache entries for the IPv6 routers before each test, so we can add tests and always start from a clean slate. 2. Support expecting multicast NS. 3. Support generating NAs with different source and destination addresses. Change-Id: I9f8bb37540efa2d237eb236059e859f42aacdadc
-
- 10 Dec, 2015 5 commits
-
-
Alex Deymo authored
-
David Zeuthen authored
-
David Zeuthen authored
This makes it easy to call the newly added isSlotMarkedSuccessful() boot_control HAL method added in the CL at https://android-review.googlesource.com/#/c/185841/ This is useful for e.g. test suites. Also improve error reporting for is-slot-bootable command. Change-Id: I603e07d8310fc1de88114dadbaa1622a76289afb Test: tested on edison (Brillo).
-
Lorenzo Colitti authored
-
Alex Deymo authored
libext2_uuid_host was renamed to libext2_uuid-host to match the "-host" suffix used in most libraries. Bug: 24619596 TEST=m Change-Id: Ia417e1e65fa7ee54baac1007c057fe2571bf8196
-
- 09 Dec, 2015 7 commits
-
-
Lorenzo Colitti authored
Change-Id: Ic46e1b9ffb9d1d6082c0453baaad71a3d43b432f
-
Lorenzo Colitti authored
-
Lorenzo Colitti authored
1. Remove IpRoute._Debug, since it's identical to the superclass version. 2. Add some setsockopt constants to netlink.py. 3. Do the right thing if the kernel returns an error in a dump request. Change-Id: I37e49b35f1366760a408c7c4a73f95164d796a2e
-
Yabin Cui authored
-
Yabin Cui authored
Change-Id: Iecddf0b7805ccc2ad930bab2cdfcefa0702e5661
-
Yabin Cui authored
-
Yabin Cui authored
Reading invalid file paths can cause troubles. For example, reading /dev/zero can eat all memory. Bug: 25194400 Change-Id: I4de17f4f9200a43b50a4efe4c42a6fd9eaec1ba6
-
- 08 Dec, 2015 8 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Also make the columns line up, and make it visible in the code that they do now line up. Bug: http://b/26084907 Change-Id: If6abfffcafceab8e8d548c93fbbb13e371c79732
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: http://b/26084907 Change-Id: I6ed8a26b93d90348d2bb806ccd7752a1a76144a6
-
Elliott Hughes authored
-
Martijn Coenen authored
Bug: 26019993 Change-Id: I50a22a6be958dc336da0a1942989a164bb489937
-
Yabin Cui authored
-
Yabin Cui authored
cpu_hotplug_test runs much longer than unit tests, so separate it. It uses the same strategy as the shell scripts I used to find all kernel bugs. Bug: 26032318 Bug: 25193162 Change-Id: I2f26d4f0d65e680b597e40cce9e775b9568599ef
-
- 05 Dec, 2015 2 commits
-
-
Yabin Cui authored
- 04 Dec, 2015 3 commits
-
-
Elliott Hughes authored
am: 5d8fdbb6 * commit '5d8fdbb6': Track rename from base/ to android-base/.
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Ic15d4778c7accd1382de0b440a437aba2cf67016
-
- 03 Dec, 2015 1 commit
-
-
Yabin Cui authored
Some android kernels(like bullhead/angler) can't handle ioctl(PERF_EVENT_IOC_ENABLE) correctly when cpu-hotplug happens. Instead of fixing all of them in kernel, we can't simply don't use it. Bug: 25193162 Change-Id: I9df1458045ffd2ccc2c7ba393e746ebba7c253de
-
- 25 Nov, 2015 2 commits
-
-
Yabin Cui authored