Reviewers: dcarney,

Message:
Committed patchset #1 manually as r18184 (presubmit successful).

Description:
Experimental scanner: test file fix.

We don't recognize exactly same illegals, namely, when the token is: 123\, the baseline says "123 illegal, \ illegal", and experimental says: "123\ illegal".

BUG=
[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=18184

Please review this at https://codereview.chromium.org/98923002/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/parser

Affected files (+1, -1 lines):
  M test/lexer/cornercases/harmony-number-and-identifier.js


Index: test/lexer/cornercases/harmony-number-and-identifier.js
diff --git a/test/lexer/cornercases/harmony-number-and-identifier.js b/test/lexer/cornercases/harmony-number-and-identifier.js index e3d9e68d1aa0c34e8654939279f1b58d7f76531b..5edfe3172f4c0bf6699b7c7004e3c823c82fbd2a 100644
--- a/test/lexer/cornercases/harmony-number-and-identifier.js
+++ b/test/lexer/cornercases/harmony-number-and-identifier.js
@@ -25,7 +25,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Flags: --use-harmony
+// Flags: --use-harmony --break-after-illegal

 // Harmony numeric literals.
 0b1101 0B1101 0o1234 0O1234


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to