Reviewers: ulan,

Message:
Committed patchset #1 manually as r17864.

Description:
Experimental lexer generator: move test files.

[email protected]
BUG=

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

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

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

Affected files (+-5, -79 lines):
  D test/cornercases/end-inside-comment.js
  D test/cornercases/end-inside-string.js
  D test/cornercases/end-inside-string2.js
  D test/cornercases/file-with-zero.js
  A + test/lexer/cornercases/end-inside-comment.js
  A + test/lexer/cornercases/end-inside-string.js
  A + test/lexer/cornercases/end-inside-string2.js
  A + test/lexer/cornercases/file-with-zero.js


Index: test/cornercases/end-inside-comment.js
diff --git a/test/cornercases/end-inside-comment.js b/test/cornercases/end-inside-comment.js
deleted file mode 100644
index 48e14d7e4b0085c54b3ec8557cca475bc12d30b7..0000000000000000000000000000000000000000
--- a/test/cornercases/end-inside-comment.js
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2013 the V8 project authors. All rights reserved.
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions are
-// met:
-//
-//     * Redistributions of source code must retain the above copyright
-//       notice, this list of conditions and the following disclaimer.
-//     * Redistributions in binary form must reproduce the above
-//       copyright notice, this list of conditions and the following
-//       disclaimer in the documentation and/or other materials provided
-//       with the distribution.
-//     * Neither the name of Google Inc. nor the names of its
-//       contributors may be used to endorse or promote products derived
-//       from this software without specific prior written permission.
-//
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-/*this file ends inside a comment -- that can't be good!
\ No newline at end of file
Index: test/cornercases/end-inside-string.js
diff --git a/test/cornercases/end-inside-string.js b/test/cornercases/end-inside-string.js
deleted file mode 100644
index 625a4d6bfe1f20b5fd76863210b69ad2a4c584b8..0000000000000000000000000000000000000000
--- a/test/cornercases/end-inside-string.js
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2013 the V8 project authors. All rights reserved.
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions are
-// met:
-//
-//     * Redistributions of source code must retain the above copyright
-//       notice, this list of conditions and the following disclaimer.
-//     * Redistributions in binary form must reproduce the above
-//       copyright notice, this list of conditions and the following
-//       disclaimer in the documentation and/or other materials provided
-//       with the distribution.
-//     * Neither the name of Google Inc. nor the names of its
-//       contributors may be used to endorse or promote products derived
-//       from this software without specific prior written permission.
-//
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-var description = "this file ends inside a string -- that can't be good!
\ No newline at end of file
Index: test/cornercases/end-inside-string2.js
diff --git a/test/cornercases/end-inside-string2.js b/test/cornercases/end-inside-string2.js
deleted file mode 100644
index 35c9e5a2beb0b723415b379801b1bb7ca333853f..0000000000000000000000000000000000000000
--- a/test/cornercases/end-inside-string2.js
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2013 the V8 project authors. All rights reserved.
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions are
-// met:
-//
-//     * Redistributions of source code must retain the above copyright
-//       notice, this list of conditions and the following disclaimer.
-//     * Redistributions in binary form must reproduce the above
-//       copyright notice, this list of conditions and the following
-//       disclaimer in the documentation and/or other materials provided
-//       with the distribution.
-//     * Neither the name of Google Inc. nor the names of its
-//       contributors may be used to endorse or promote products derived
-//       from this software without specific prior written permission.
-//
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-var description = 'this file ends inside a string -- that can't be good!
\ No newline at end of file
Index: test/cornercases/file-with-zero.js
diff --git a/test/cornercases/file-with-zero.js b/test/cornercases/file-with-zero.js
deleted file mode 100644
index dc921a75d150a11903afa5a5185d4047f638f01f..0000000000000000000000000000000000000000
Binary files a/test/cornercases/file-with-zero.js and /dev/null differ
Index: test/lexer/cornercases/end-inside-comment.js
diff --git a/test/cornercases/end-inside-comment.js b/test/lexer/cornercases/end-inside-comment.js
similarity index 100%
rename from test/cornercases/end-inside-comment.js
rename to test/lexer/cornercases/end-inside-comment.js
Index: test/lexer/cornercases/end-inside-string.js
diff --git a/test/cornercases/end-inside-string.js b/test/lexer/cornercases/end-inside-string.js
similarity index 100%
rename from test/cornercases/end-inside-string.js
rename to test/lexer/cornercases/end-inside-string.js
Index: test/lexer/cornercases/end-inside-string2.js
diff --git a/test/cornercases/end-inside-string2.js b/test/lexer/cornercases/end-inside-string2.js
similarity index 100%
rename from test/cornercases/end-inside-string2.js
rename to test/lexer/cornercases/end-inside-string2.js
Index: test/lexer/cornercases/file-with-zero.js
diff --git a/test/cornercases/file-with-zero.js b/test/lexer/cornercases/file-with-zero.js
similarity index 100%
rename from test/cornercases/file-with-zero.js
rename to test/lexer/cornercases/file-with-zero.js


--
--
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