svnlabs / google-caja

Automatically exported from code.google.com/p/google-caja
0 stars 1 forks source link

Code review: jasvir/jsfunfuzz@1514 #333

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:

* Changed EOL characters in the original package from \r to \n
* Changed the magic line to not use env
* Added JsFunFuzz which fetches a fuzzed line of javascript, parses it
   and checks that the only expception thrown is a child of
   ParseException
* Updated jsfunfuzz so it does not run the fuzzed javascript 

Affected Paths:
   A //trunk/src/javatests/com/google/caja/parser/js/JsFunFuzz.java
   M //trunk/src/third_party/js/jsfunfuzz/about.txt
   M //trunk/src/third_party/js/jsfunfuzz/jsfunfuzz.js
   M //trunk/src/third_party/js/jsfunfuzz/multi_timed_run.py
   M //trunk/src/third_party/js/jsfunfuzz/using.txt

Original issue reported on code.google.com by jas...@gmail.com on 30 May 2008 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by jas...@gmail.com on 2 Jun 2008 at 12:44