1. 16 Nov, 2016 4 commits
  2. 15 Nov, 2016 2 commits
  3. 02 Aug, 2016 1 commit
  4. 13 Jul, 2016 1 commit
    • Junichi Uekawa's avatar
      DO NOT MERGE: Only test up to 140 long file names. · b0a26b19
      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
      b0a26b19
  5. 03 May, 2016 2 commits
  6. 02 May, 2016 2 commits
    • Kenny Root's avatar
      DO NOT MERGE · d7d813b3
      Kenny Root authored
      CipherTest: add test for multiple updateAAD calls
      
      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
      d7d813b3
    • Kenny Root's avatar
      DO NOT MERGE · ee76ab4a
      Kenny Root authored
      CipherTest: test instance reuse with updateAAD
      
      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
      ee76ab4a
  7. 11 Apr, 2016 5 commits
  8. 15 Mar, 2016 4 commits
  9. 11 Mar, 2016 1 commit
  10. 24 Feb, 2016 3 commits
  11. 23 Feb, 2016 1 commit
  12. 02 Feb, 2016 2 commits
  13. 22 Jan, 2016 4 commits
  14. 21 Jan, 2016 1 commit
  15. 20 Jan, 2016 2 commits
  16. 08 Jan, 2016 1 commit
  17. 07 Jan, 2016 1 commit
    • Kenny Root's avatar
      Check for RFC 5746 TLS extension · 84442711
      Kenny Root authored
      RFC 5746 allows you to either include a signaling cipher suite or a TLS
      extension. However, since TLS API has no way to indicate or check that
      a certain TLS extension is used, we insert it into the cipher suites
      we see to check against the enabled cipher suites.
      
      (cherry picked from commit 81885494)
      
      Bug: 24602368
      Change-Id: I06422b9a90f47bb5ffa10ef614233d856773d336
      84442711
  18. 21 Dec, 2015 1 commit
  19. 10 Dec, 2015 2 commits