Commit Graph

3840 Commits

Author SHA1 Message Date
Manu Sridharan 162a001ce6 remove more code for older lexical access scheme 2013-06-07 09:58:25 -07:00
Manu Sridharan f268ca91fd remove precise lexical config options; we want this to just be on 2013-06-07 09:48:00 -07:00
Manu Sridharan b2d108daad fix compile error 2013-06-06 20:03:39 -07:00
Manu Sridharan d2933d49b2 delete a little more code and javadoc 2013-06-06 20:02:42 -07:00
Manu Sridharan 321695617c delete more code 2013-06-06 20:02:42 -07:00
Manu Sridharan 472a98d7cf delete some code 2013-06-06 20:02:42 -07:00
Manu Sridharan d4b252ad51 kill NEW_LEXICAL flag 2013-06-06 20:02:41 -07:00
Max Schaefer d80624ff2b Merge branch 'make-correlation-tracking-an-option-in-HTMLCGBuilder' of https://github.com/wala/WALA into make-correlation-tracking-an-option-in-HTMLCGBuilder 2013-06-07 08:33:04 +08:00
Max Schaefer 79b12e332e Only introduce property name contexts for constant keys. 2013-06-07 08:29:24 +08:00
Max Schaefer 188a7c79a6 Need to use 1-CFA for ajaxslt test (alternatively turn off correlation
tracking).
2013-06-07 08:29:24 +08:00
Max Schaefer ef0cf8589d Forgot to set translator factory; fixed. 2013-06-07 08:29:24 +08:00
Max Schaefer 79caece0c1 Introducing convenience method for creating a loader factory without a preprocessor. 2013-06-07 08:29:24 +08:00
Max Schaefer 3adaaf50ee Correlation finder now handles both HTML files and raw JS files as
input, doesn't use WebPageLoaderFactory to create CAst anymore.
2013-06-07 08:29:24 +08:00
Max Schaefer 3d974b8313 Temporary commit; things are broken, but I need to switch back to master for a bit. 2013-06-07 08:29:24 +08:00
Max Schaefer 0f334e59e3 Only introduce property name contexts for constant keys. 2013-06-07 08:28:26 +08:00
Manu Sridharan 4908c22c94 re-enable other tests 2013-06-06 13:58:30 -07:00
Manu Sridharan 59981570a3 add junit 4 dependence 2013-06-06 13:51:37 -07:00
Manu Sridharan 591215ebd6 delete files on exit by default 2013-06-06 13:45:34 -07:00
Manu Sridharan e353938a93 fix up classpath 2013-06-06 13:44:39 -07:00
Manu Sridharan 52edbd4398 fix classpath 2013-06-06 13:31:17 -07:00
Manu Sridharan 6d1c0ad30c attempt to get maven build for nu_validator going 2013-06-06 13:16:07 -07:00
Manu Sridharan 78b60e7761 update to use htmlparser 1.4 2013-06-06 13:07:48 -07:00
Max Schaefer 9367ad57db Need to use 1-CFA for ajaxslt test (alternatively turn off correlation
tracking).
2013-06-06 17:48:31 +08:00
Max Schaefer 25c92bf3e2 Forgot to set translator factory; fixed. 2013-06-06 17:05:39 +08:00
Max Schaefer c4c1c2c027 Introducing convenience method for creating a loader factory without a preprocessor. 2013-06-06 16:32:55 +08:00
Max Schaefer f2e4fc572e Correlation finder now handles both HTML files and raw JS files as
input, doesn't use WebPageLoaderFactory to create CAst anymore.
2013-06-06 15:59:05 +08:00
Max Schaefer 0c67118fe2 Temporary commit; things are broken, but I need to switch back to master for a bit. 2013-06-06 14:30:52 +08:00
Manu Sridharan 68db1cc279 avoid recursive apply contexts 2013-06-03 16:47:02 -07:00
Manu Sridharan 98e83e5103 another test for Function.prototype.apply handling 2013-06-03 14:03:28 -07:00
Manu Sridharan 26896049a7 add crashing test case (currently ignored) 2013-06-03 10:44:06 -07:00
Max Schaefer fcd28ee419 More refactoring of ParameterNameContextSelector, which is now called
PropertyNameContextSelector.
2013-06-03 14:13:37 +08:00
Max Schaefer 3a0741571f Some cleanup in ForInContextSelector; now renamed to
ParameterNameContextSelector.
2013-06-03 12:18:29 +08:00
Manu Sridharan c0bae5cf86 use maven-dependency plugin to copy dependencies 2013-05-30 14:44:00 -07:00
Max Schaefer 61c48fe1bc Fixed failing test case for field-based call graph construction:
visitJavaScriptPropertyRead/Write need to be able to handle static
property writes (weren't those encoded differently before?).
2013-05-29 08:41:55 +08:00
Manu Sridharan 72e2a1b2f9 re-enable Java tests 2013-05-28 16:46:23 -07:00
Manu Sridharan cd2e3abe89 get JavaScript tests running under Maven 2013-05-28 16:39:33 -07:00
Manu Sridharan 07c711d5ab re-enable wala core tests 2013-05-28 15:41:09 -07:00
Manu Sridharan dee324b609 add comment 2013-05-28 15:32:24 -07:00
Manu Sridharan 89803bc90c use updated API for getting library jars 2013-05-28 15:31:30 -07:00
Manu Sridharan cc9c8e407b rename to fit Maven conventions 2013-05-28 15:31:06 -07:00
Manu Sridharan 9703d1a62e Merge branch 'master' into fix-maven-tests 2013-05-28 15:21:10 -07:00
Manu Sridharan ed05815698 rename test class 2013-05-28 11:52:29 -07:00
Manu Sridharan e447ae7eb6 Merge branch 'master' into fieldbased-cg 2013-05-28 11:48:30 -07:00
Manu Sridharan 5926048e88 add bin directory if it doesn't exist 2013-05-28 09:34:42 -07:00
Manu Sridharan 06361377e3 progress on getting polyglot tests to run under maven 2013-05-27 16:34:06 -07:00
Manu Sridharan c13dad9057 try redirecting excessive test output 2013-05-27 11:37:10 -07:00
Manu Sridharan 7a72cdb02f hopefully this will work on Travis 2013-05-27 11:19:53 -07:00
Manu Sridharan 38d0c3cc12 re-enable test 2013-05-27 11:07:32 -07:00
Manu Sridharan 5de33324fa another maven tweak 2013-05-27 11:06:21 -07:00
Manu Sridharan 119fd841af more manifest hacks. Also, temporary disable CG IO test 2013-05-27 10:35:55 -07:00