It is too late to fix the duplicate events, and they may have existed
in JB-MR2 as well. So fixing CTS to ignore them for now.
Bug: 11049532
Change-Id: I0785a32dbac04eacb6994b428b12ce1ec27945d2
Couple of lines were just wrong (typo?) - and I have reduced our dependence
on multiple static IPs (used to test reverse mapping). It can still get
broken when external servers change their IP addresses though.
Bug: 8658901
Change-Id: I745c958df2f61130798552f0f5f736c73fb5de30
Flushing TCP traffic isn't reliable enough to force a packet on the socket,
even with Nagle disabled.
The kernel's socket sendto() is being invoked with 1024 bytes each time,
but something deeper in the stack is merging packets.
So now we wait 5ms between each of the 1024 packets after flushing.
This allows running the test overnight in a loop without failure
instead of only ~5 times.
The error messages are now more detailed.
Bug: 10668088
Change-Id: Ic47bec81c6dba2fad8b96eb4a41f183115c371de
IPv6 ping socket support is needed for apps to successfully run
ping6, but the kernel support was only merged recently. This
test ensures that the required kernel support is available.
Bug: 9701153
Change-Id: Ieac32ca9dbcaf3890fa3e57c1326fa83787ac6d1
Even if you disable wifi the supplicant will still be pingable
if we're set in always scanning mode. Make the test aware.
bug:9545987
Change-Id: I7f1bd0166b877a706de51f8ef169355c98ae25a3
* commit 'c9d0b4e70d06e1feb19b2ac2afd74e4a41ce07bb':
Whtelist for ug b/9106968 modified: permission/src/android/permission/cts/FileSystemPermissionTest.java
Add GFX char devi to the whitelist modified: permission/src/android/permission/cts/FileSystemPermissionTest.java
increase margin to 30%
change testLoop to create its own Looper in a separate thread
Bail out early in case of error
Fix coordinate count
add polling check to GridViewTest
add polling check for focus / dialog
Fix check for current EGL context
lessen fail criteria for openglperf
camera tests: handle configurationChanges for orientation ourselves
* commit 'b959ed6588348493b989c3d58a38f466ee2be711':
fix window focus race in BaseKeyListenerTest
Clean up test files and db entries
Ignore orientation changes during VideoViewTest
Ignore orientation changes in EGL test activity
ignore uiMode change as well
reduce workload for random update into half (512MB to 256MB) as it takes too long in some devices.
add log to check how much file system benchmarking was done before timeout
add retry for checking logcat - 10ms sometimes is too short, and test fails - also remove file size check as it is not guaranteed.
Fix EmojiTest threading issue.
Adding capability request for the helper accessibility services.
Add debug logging.
overload network location provider with mock
Fix for bug 8629392: Failing cts tests on MR2
- Use getMobileBlabla() instead of getTotalBlabla()
- Have getTotalBlabla() reflect the fact that it includes loopback.
- Adjust checks to take headers, acks, and packet counts into account.
Change-Id: I9e1dfbbbdb9a6f932a14a2e3baee7a34469b9008
Checks java and native calls.
Adds some performance tests, but need to look at how that should be used.
Change-Id: I158164829da13302d9532275cef3482c4736168e