- 16 Nov, 2016 27 commits
-
-
Android Merger authored
Merge "Merge "IDN: Fix handling of long domain names." into lollipop-mr1-cts-dev am: a0b160e5 am: b146258b" into nougat-cts-dev
-
Android Merger authored
Merge "Merge "IDN: Fix handling of long domain names. am: 3bae679e" into marshmallow-cts-dev am: eda7bce2" into nougat-cts-dev
-
Android Merger authored
-
Narayan Kamath authored
am: eda7bce2 Change-Id: If92caa945d1716a3ca051e6bcfb97d4651eb2389
-
Narayan Kamath authored
am: c9894aa8 Change-Id: I046b59e83b47205202088346a9eddf9cc0419b17
-
Android Merger authored
Merge "Merge "DO NOT MERGE Add tests for security vulnerability CVE-2016-0718" into marshmallow-cts-dev am: 3bc9de39 -s ours" into nougat-cts-dev
-
Android Merger authored
Merge "DO NOT MERGE Add tests for security vulnerability CVE-2016-0718 am: 3d3f0a44 -s ours" into nougat-cts-dev
-
Paul Duffin authored
am: 3d3f0a44 -s ours Change-Id: I7fec592bef467f3520b4d7a399fdd88071257abd
-
Tina Zhou authored
Merge "DO NOT MERGE Assert that DESede/CBC/PKCS5Padding Cipher works as expected" into nougat-cts-dev
-
Android Merger authored
Merge "Merge "DO NOT MERGE Assert that DESede/CBC/PKCS5Padding Cipher works as expected" into marshmallow-cts-dev am: 2511086c -s ours" into nougat-cts-dev
-
Android Merger authored
Merge "DO NOT MERGE Assert that DESede/CBC/PKCS5Padding Cipher works as expected am: efb5f5b2 -s ours" into nougat-cts-dev
-
Alex Klyubin authored
am: efb5f5b2 -s ours Change-Id: I43c401c2706c11c83f4b05ca8da33fecedee149c
-
Android Merger authored
Merge "Merge "DO NOT MERGE IDN: Fix handling of long domain names." into marshmallow-cts-dev am: 21ea90da -s ours" into nougat-cts-dev
-
Android Merger authored
Merge "DO NOT MERGE IDN: Fix handling of long domain names. am: 88be0f89 -s ours" into nougat-cts-dev
-
Android Merger authored
-
Narayan Kamath authored
am: 88be0f89 -s ours Change-Id: Ibf906f80ba42e688559fd5e67bec7bdd971958d8
-
Narayan Kamath authored
am: 3bae679e Change-Id: Ia28b953640407f29b18aea7d8b3792505910746c
-
Tina Zhou authored
-
Tina Zhou authored
Merge "DO NOT MERGE Assert that DESede/CBC/PKCS5Padding Cipher works as expected" into marshmallow-cts-dev
-
Tina Zhou authored
-
Narayan Kamath authored
We were incorrectly using sizeof() to calculate the size of the output array. Note that this change also changes the output size to 512 to minimize behavioural differences (especially wrt. ICU checks on sizes). bug: 30765246 Change-Id: I5d28ddc45d2d6d2bed3e479ca195ed2779b906ed
-
Tina Zhou authored
-
- 15 Nov, 2016 4 commits
-
-
Narayan Kamath authored
We were incorrectly using sizeof() to calculate the size of the output array. Note that this change also changes the output size to 512 to minimize behavioural differences (especially wrt. ICU checks on sizes). bug: 30765246 Change-Id: I5d28ddc45d2d6d2bed3e479ca195ed2779b906ed
-
Paul Duffin authored
The fixes are in external/expat. (cherry picked from commit e168b494) Bug: 28698301 Change-Id: Iafe4a3387be20a05c217abd65588871bb7b47160
-
Alex Klyubin authored
(cherry picked from commit c3f66fe5) Bug: 31081987 Change-Id: I1a31903e884835b86fccbecfcbd33af683312d0d
-
Alex Klyubin authored
(cherry picked from commit c3f66fe5) Bug: 31081987 Change-Id: I1a31903e884835b86fccbecfcbd33af683312d0d
-
- 24 Oct, 2016 1 commit
-
-
Tina Zhou authored
-
- 23 Sep, 2016 1 commit
-
-
Sergio Giro authored
Cherry picking to this branch because of b/31637724 (cherry picked from commit d3204de8) Bug: 26231099 Bug: 26234568 Bug: 29876633 Bug: 31637724 Change-Id: I7d194de82506cf3da4dbb0b2cc67b72f3623abe7
-
- 25 Aug, 2016 4 commits
-
-
Android Merger authored
Merge "Merge "DO NOT MERGE: Only test up to 140 long file names." into marshmallow-cts-dev am: 5ba8e565 -s ours" into nougat-cts-dev
-
Android Merger authored
Merge "DO NOT MERGE: Only test up to 140 long file names. am: b0a26b19 -s ours" into nougat-cts-dev
-
Daniel Xie authored
am: 5ba8e565 -s ours Change-Id: I6d524cf014cb19972e7a15492244cd6fdb0220d8
-
Junichi Uekawa authored
am: b0a26b19 -s ours Change-Id: Ic643f550c1aabbfc9478d0d92f54eaa4777630a6
-
- 02 Aug, 2016 1 commit
-
-
Daniel Xie authored
-
- 13 Jul, 2016 1 commit
-
-
Junichi Uekawa authored
test_mkdirs pretends to test creating many directories but it is in fact testing for a very long file name. Example directory name it was creating looks like: /data/data/android.core.tests.runner/cache/harmony-test-FileTest/1/0... (with lots of 0s). TEST=cts-tradefed run cts -p android.core.tests.libcore.package.harmony_java_io BUG=27370759 Change-Id: I7ee631de83425bbe91d28c7bd06d7f799ec5dc6d
-
- 30 Jun, 2016 1 commit
-
-
Neil Fuller authored
Use of this class was resulting in threads being left in a spinning state due to the accept socket being closed but "running" still being true: the exception thrown from Socket.accept() was being swallowed. This is likely because there is a race between the thread actually starting (i.e. run() actually executing) and, in short-lived tests, the server being shutdown: if AcceptThread.close() was called before AcceptThread.run() then when run() actually executed it would loop forever. Some dead code has been removed. Test: Ran the CTS tests Bug: 29820565 Bug: 29365528 (cherry picked from commit 5558171b) Change-Id: I895ecbd171c9495ddda85de740519ba1b2c51d62
-