Commit Graph

4666 Commits

Author SHA1 Message Date
Julian Dolby f92450a7d2 new source for dexlib 2015-04-11 09:46:52 -04:00
Julian Dolby 7b604da0b4 changes for mobile tests 2015-04-08 08:26:34 -04:00
Julian Dolby b7cf88e214 mobile tests changes 2015-04-07 19:34:27 -04:00
Julian Dolby 80df82caca hacks for A=ndroid lib tests 2015-04-06 19:19:45 -04:00
Julian Dolby c863d20448 hacks for A=ndroid lib tests 2015-04-06 19:19:19 -04:00
Julian Dolby 776b08aecd rename tests for maven 2015-04-06 18:04:02 -04:00
Julian Dolby d10c758cc3 hacks for jdt tests 2015-04-06 16:11:30 -04:00
Julian Dolby f2351b763a hacks for jdt tests 2015-04-06 15:39:02 -04:00
Julian Dolby 5311b19ba7 logging 2015-04-06 15:11:42 -04:00
Julian Dolby 95f1711280 hacks for jdt tests 2015-04-06 14:41:47 -04:00
Julian Dolby 699ef371bc hacks for jdt tests 2015-04-06 14:29:17 -04:00
Julian Dolby 28b4120690 hacks for jdt tests 2015-04-06 14:28:19 -04:00
Julian Dolby 348c34dd49 hacks for jdt tests 2015-04-06 14:20:04 -04:00
Julian Dolby 0855da7162 hacks for android stuff 2015-04-06 14:02:58 -04:00
Julian Dolby 6947b3e7d9 hacks for android stuff 2015-04-06 13:28:51 -04:00
Julian Dolby cc5f683333 hacks for android stuff 2015-04-06 13:00:14 -04:00
Julian Dolby 405f136694 back to 4.4 2015-04-06 12:18:32 -04:00
Julian Dolby fe4c527358 back to 4.4 2015-04-06 12:04:51 -04:00
Julian Dolby 7d2e5c0731 back to 4.4 2015-04-06 11:31:08 -04:00
Julian Dolby 69a31dab9a back to 4.4 2015-04-06 11:29:18 -04:00
Julian Dolby 63efc2a834 juno stuff 2015-04-06 10:40:06 -04:00
Julian Dolby c8087c8935 juno stuff 2015-04-06 10:27:16 -04:00
Julian Dolby 65edd0071a juno stuff 2015-04-06 10:22:09 -04:00
Julian Dolby eea6b2fc78 newer junit 2015-04-06 10:05:52 -04:00
Julian Dolby c2b62f2ddc newer junit 2015-04-06 10:00:44 -04:00
Julian Dolby 65b62d3f28 junit annoyances 2015-04-06 09:43:52 -04:00
Julian Dolby 7340b54103 new junit 2015-04-06 09:41:35 -04:00
Julian Dolby 0ed1d0cde0 newer junit 2015-04-06 09:37:37 -04:00
Julian Dolby 8128adb70f newer junit 2015-04-06 09:32:52 -04:00
Julian Dolby e633bcfa0f remove 4.4 dep 2015-04-06 08:53:25 -04:00
Julian Dolby ce2fcef132 relax versions 2015-04-06 08:22:46 -04:00
Julian Dolby 5f25042ed0 try e42 2015-04-06 08:21:18 -04:00
Julian Dolby 5f22b65ceb try to see error 2015-04-06 08:18:05 -04:00
Julian Dolby 46ff558ee7 try platform plugins 2015-04-06 08:03:17 -04:00
Julian Dolby fe8cc6966a try generic launching plugin 2015-04-06 07:51:25 -04:00
Julian Dolby d1f7f59dcd remove optional dependency that seems to give trouble 2015-04-06 07:33:22 -04:00
Julian Dolby 268cdf534f hybrid tests 2015-04-05 23:13:09 -04:00
Julian Dolby 5da3cd7df7 hybrid example 2015-04-05 23:02:20 -04:00
Julian Dolby f6a6398b02 remove old useless dx version 2015-04-05 21:55:32 -04:00
Julian Dolby 8b647b25f1 test cleanup 2015-04-05 21:46:31 -04:00
Julian Dolby 22ad339fd9 dalvik test infrastructure 2015-04-05 21:22:55 -04:00
Julian Dolby d85347f231 Merge branch 'master' of https://github.com/wala/WALA 2015-04-05 21:20:03 -04:00
Julian Dolby 0975441a43 changes for hybrid analysis 2015-04-05 21:19:56 -04:00
Manu Sridharan 2590de8608 Merge pull request #65 from collinw/master
Use Arrays.toString() instead of the default array toString() method.
2015-04-02 16:33:33 -07:00
Collin Winter 33d3139667 Use Arrays.toString() instead of the default array toString() method.
The former will include the contents of the array, while the latter
only includes the object's identity.

This will allow WALA to be compiled using Google's error-prone compiler
(https://github.com/google/error-prone).
2015-03-25 19:02:28 -07:00
juliandolby 2f30900523 Merge pull request #64 from msridhar/array_models
Fixes to Array.prototype models
2015-03-25 14:03:32 -04:00
Julian Dolby c5b538eade more metadata 2015-03-24 22:41:42 -04:00
Julian Dolby 7f48ca1de6 missed a change 2015-03-24 22:14:13 -04:00
Julian Dolby 43c37d6d0e fixes to regression tests:
now, for me, code works using e44 with maven
  dalvik tests refactored for mobile version with android dev tools
  IDE tests Eclipse metadata fixed to make e44 work for me
  new android entrypoint to fix failure in new droidbench tests
2015-03-24 21:51:35 -04:00
Manu Sridharan f6167c6f0c add models for reduceRight and filter 2015-03-17 16:47:12 -07:00