1. b15e879 Verify ART run-tests' standard output and standard error separately. by Roland Levillain · 4 years ago
  2. a073f46 Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. by Roland Levillain · 4 years ago
  3. 4258f9e Only tag supported ART run-tests as part of `art-target-run-test`. by Roland Levillain · 4 years ago
  4. 6b0b2e7 Rename the expected-output text file in built TradeFed ART run-tests. by Roland Levillain · 4 years, 1 month ago
  5. 01e5698 Add Soong module definitions for ART run-tests with default build rules. by Roland Levillain · 4 years, 8 months ago
  6. 38a062e Weaken 2 DCHECK()s in reflection. by Vladimir Marko · 5 years ago
  7. acc2519 Track (non-public) API change in String by Neil Fuller · 6 years ago
  8. c6194f0 Remove unused method String.fastIndexOf by Przemyslaw Szczepaniak · 7 years ago
  9. f6c66c3 Tests: never use System.err by Kevin Brodsky · 9 years ago
  10. 92907f3 Remove String.setCharAt(). by Vladimir Marko · 8 years ago
  11. 166aaee ART: Fix type parameter in tests by Andreas Gampe · 8 years ago
  12. 8ed9494 Adjust ART tests expectations after libcore changes. by Roland Levillain · 8 years ago
  13. 5d8fa8b Track removal of String hash functions. by Narayan Kamath · 9 years ago
  14. a635182 resolve merge conflicts of a7bb84c80d to master. by Alex Light · 9 years ago
  15. 7735306 Make test 100 not depend on undefined ordering. by Alex Light · 9 years ago
  16. 741e206 Update test expecations for 100-reflect2. by Narayan Kamath · 9 years ago
  17. af50e41 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 9 years ago
  18. 3152c82 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 9 years ago
  19. 2d2f2a9 Fix constructor access check through reflection by Sebastien Hertz · 9 years ago
  20. f0a3d3d Merge "ART: Fix constructor access checking" by Andreas Gampe · 9 years ago
  21. 8208bdd ART: Fix constructor access checking by Andreas Gampe · 9 years ago
  22. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  23. dc03426 art/test/100-reflect2: change incorrect expectations. by Sergio Giro · 10 years ago
  24. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  25. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  26. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  27. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  28. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  29. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  30. 05e3a5f Fixed list of String methods after removal of old JIT methods. by Jeff Hao · 11 years ago
  31. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  32. af81f92 Move ReflectionTest to a run-test. by Ian Rogers · 12 years ago