- 27 Sep, 2016 1 commit
-
-
Narayan Kamath authored
Fix merge conflict into mnc-mr2-release 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
-
- 22 Jul, 2016 1 commit
-
-
Sergio Giro authored
Bug: 26231099 Bug: 26234568 Bug: 29876633 Change-Id: I44c0c68f1e92caf6547c9e3b494ec5b82b8cff5f
-
- 26 Mar, 2016 2 commits
-
-
Kenny Root authored
Make sure that multiple updateAAD calls are equivalent to other calls to updateAAD with the same data. (cherry picked from commit 67ee3c5c) Bug: 27371173 Change-Id: Ie69df0906438ad26c566daed3f55b07ba60fe468
-
Kenny Root authored
AAD was not being reset on each Cipher init or doFinal call, so add regression tests to make sure that is now the case. (cherry picked from commit d90a44bf) Bug: 27324690 Change-Id: I5f7606efb6dfcd412166eed2bd5f417097a97f1f
-
- 27 Feb, 2016 1 commit
-
-
Sergio Giro authored
Note: port of cr/110497945 Bug: 26231099 Bug: 26234568 Change-Id: I3eef233b15ded9553c3cdfd1c51ffef306276f7d
-
- 09 Oct, 2015 7 commits
-
-
Neil Fuller authored
If System.nanoTime() returns the same value twice in awaitNanos() then (remaining == initialNanos) will be true but the code will conclude that a (less likely) overflow occurred. Bug: 24284239 (cherry-picked from commit 8fc2ac0f) Change-Id: I3b9d573ea822e18f4c1849c8ab66071e66274a50
-
Daniel Xie authored
am ff15358d: am 3ee1e2ac: am ab44963a: am 7999eb24: am 904fb41d: am 0e5d0c76: am 9551a862: am 97a16d1a: am afc1b34a: am 1d1abc5b: Merge "Fix TimeZoneTest#testPreHistoricOffsets CTS failures." into kitkat-cts-dev * commit 'ff15358d': Fix TimeZoneTest#testPreHistoricOffsets CTS failures.
-
- 08 Oct, 2015 18 commits
-
-
Daniel Xie authored
am 917c8e09: am fe790a73: am 779c726a: Merge "Fixes associated with the tzdata 2015a update" into kitkat-cts-dev * commit '917c8e09': Fixes associated with the tzdata 2015a update
-
Daniel Xie authored
am 97a16d1a: am afc1b34a: am 1d1abc5b: Merge "Fix TimeZoneTest#testPreHistoricOffsets CTS failures." into kitkat-cts-dev * commit '97a16d1a': Fix TimeZoneTest#testPreHistoricOffsets CTS failures.
-
Daniel Xie authored
* commit 'fe790a73': Fixes associated with the tzdata 2015a update
-
Daniel Xie authored
am afc1b34a: am 1d1abc5b: Merge "Fix TimeZoneTest#testPreHistoricOffsets CTS failures." into kitkat-cts-dev * commit 'afc1b34a': Fix TimeZoneTest#testPreHistoricOffsets CTS failures.
-
Daniel Xie authored
* commit '779c726a': Fixes associated with the tzdata 2015a update
-
Daniel Xie authored
* commit '1d1abc5b': Fix TimeZoneTest#testPreHistoricOffsets CTS failures.
-
Daniel Xie authored
-
Daniel Xie authored
-
Neil Fuller authored
Chile has changed the rules for DST. The test duplicates testApia below it, so it can be removed. Bug: 19212588 (cherry-picked from commit ebfb8f8b) Change-Id: Ibe7c0dc510813826dca13993b6600d368e03740a (cherry picked from commit a8885648) (cherry picked from commit 60da282d)
-
Elliott Hughes authored
This test was more complicated than necessary, and now we have better historical data for Asia/Saigon it's started to fail. I've removed that part of the test (because there are now a lot more transitions) and rely solely on Africa/Bissau. We really only need one transition so we can test two times: one before the first transition and one after the last transition. Bug: 18285300 Change-Id: Ic820e88b319095b89779d271f45f5cb1c90173da (cherry picked from commit d05995d8)
- 29 Sep, 2015 8 commits
-
-
dxie@google.com authored
am ef93e2f3: am 73e64b14: am afe2e6ce: am 68232740: am c43d70e6: am 9073d215: am ba1b44d5: resolved conflicts for a18ebd19 to klp-modular-dev * commit 'ef93e2f3': Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318
-
dxie@google.com authored
am 73e64b14: am afe2e6ce: am 68232740: am c43d70e6: am 9073d215: am ba1b44d5: resolved conflicts for a18ebd19 to klp-modular-dev * commit '73e64b14': Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318
-
dxie@google.com authored
am afe2e6ce: am 68232740: am c43d70e6: am 9073d215: am ba1b44d5: resolved conflicts for a18ebd19 to klp-modular-dev * commit 'afe2e6ce': Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318
-
dxie@google.com authored
am 68232740: am c43d70e6: am 9073d215: am ba1b44d5: resolved conflicts for a18ebd19 to klp-modular-dev * commit '68232740': Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318
-
dxie@google.com authored
* commit 'c43d70e6': Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318
-
dxie@google.com authored
* commit '9073d215': Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318
-
dxie@google.com authored
* commit 'ba1b44d5': Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318
-
-
- 28 Sep, 2015 2 commits
-
-
Daniel Xie authored
am 66b3ce69: am 70a463cb: Merge "Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318" into kitkat-c * commit '66b3ce69': Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318
-
Daniel Xie authored
am 70a463cb: Merge "Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318" into kitkat-cts-dev * commit '70a463cb': Fix the ENGINE_finish/ENGINE_free mixup The tests were calling finish when it meant free. This caused tests to segmentation fault next time the ENGINE was looked up in the dynamic engine list. (from cl/107214) b/23693318
-