Revision: 8739
Author:   [email protected]
Date:     Mon Jul 25 22:56:45 2011
Log:      Switch from sample shell to d8 for unit test

Landing for yangguo to coordinate with buildbot update.

Original codereview: http://codereview.chromium.org/7282008/
Review URL: http://codereview.chromium.org/7495033
http://code.google.com/p/v8/source/detail?r=8739

Modified:
 /branches/bleeding_edge/test/benchmarks/testcfg.py
 /branches/bleeding_edge/test/es5conform/testcfg.py
 /branches/bleeding_edge/test/message/testcfg.py
 /branches/bleeding_edge/test/mjsunit/testcfg.py
 /branches/bleeding_edge/test/mozilla/testcfg.py
 /branches/bleeding_edge/test/sputnik/testcfg.py
 /branches/bleeding_edge/test/test262/testcfg.py
 /branches/bleeding_edge/tools/test.py

=======================================
--- /branches/bleeding_edge/test/benchmarks/testcfg.py Mon Mar 21 05:57:25 2011 +++ /branches/bleeding_edge/test/benchmarks/testcfg.py Mon Jul 25 22:56:45 2011
@@ -91,7 +91,7 @@
     return [test]

   def GetBuildRequirements(self):
-    return ['sample', 'sample=shell']
+    return ['d8']

   def GetTestStatus(self, sections, defs):
     pass
=======================================
--- /branches/bleeding_edge/test/es5conform/testcfg.py Mon Mar 21 05:57:25 2011 +++ /branches/bleeding_edge/test/es5conform/testcfg.py Mon Jul 25 22:56:45 2011
@@ -97,7 +97,7 @@
     return tests

   def GetBuildRequirements(self):
-    return ['sample', 'sample=shell']
+    return ['d8']

   def GetTestStatus(self, sections, defs):
     status_file = join(self.root, 'es5conform.status')
=======================================
--- /branches/bleeding_edge/test/message/testcfg.py     Mon Mar 21 05:57:25 2011
+++ /branches/bleeding_edge/test/message/testcfg.py     Mon Jul 25 22:56:45 2011
@@ -125,7 +125,7 @@
     return result

   def GetBuildRequirements(self):
-    return ['sample', 'sample=shell']
+    return ['d8']

   def GetTestStatus(self, sections, defs):
     status_file = join(self.root, 'message.status')
=======================================
--- /branches/bleeding_edge/test/mjsunit/testcfg.py     Tue May 31 09:38:40 2011
+++ /branches/bleeding_edge/test/mjsunit/testcfg.py     Mon Jul 25 22:56:45 2011
@@ -145,7 +145,7 @@
     return result

   def GetBuildRequirements(self):
-    return ['sample', 'sample=shell']
+    return ['d8']

   def GetTestStatus(self, sections, defs):
     status_file = join(self.root, 'mjsunit.status')
=======================================
--- /branches/bleeding_edge/test/mozilla/testcfg.py     Mon Mar 21 05:57:25 2011
+++ /branches/bleeding_edge/test/mozilla/testcfg.py     Mon Jul 25 22:56:45 2011
@@ -125,7 +125,7 @@
     return tests

   def GetBuildRequirements(self):
-    return ['sample', 'sample=shell']
+    return ['d8']

   def GetTestStatus(self, sections, defs):
     status_file = join(self.root, 'mozilla.status')
=======================================
--- /branches/bleeding_edge/test/sputnik/testcfg.py     Fri Apr 15 02:41:09 2011
+++ /branches/bleeding_edge/test/sputnik/testcfg.py     Mon Jul 25 22:56:45 2011
@@ -101,7 +101,7 @@
     return result

   def GetBuildRequirements(self):
-    return ['sample', 'sample=shell']
+    return ['d8']

   def GetTestStatus(self, sections, defs):
     status_file = join(self.root, 'sputnik.status')
=======================================
--- /branches/bleeding_edge/test/test262/testcfg.py     Wed Mar 23 14:36:42 2011
+++ /branches/bleeding_edge/test/test262/testcfg.py     Mon Jul 25 22:56:45 2011
@@ -111,7 +111,7 @@
     return tests

   def GetBuildRequirements(self):
-    return ['sample', 'sample=shell']
+    return ['d8']

   def GetTestStatus(self, sections, defs):
     status_file = join(self.root, 'test262.status')
=======================================
--- /branches/bleeding_edge/tools/test.py       Mon Jul 18 09:39:41 2011
+++ /branches/bleeding_edge/tools/test.py       Mon Jul 25 22:56:45 2011
@@ -1208,7 +1208,7 @@
         dest="suppress_dialogs", default=True, action="store_true")
result.add_option("--no-suppress-dialogs", help="Display Windows dialogs for crashing tests",
         dest="suppress_dialogs", action="store_false")
-  result.add_option("--shell", help="Path to V8 shell", default="shell")
+  result.add_option("--shell", help="Path to V8 shell", default="d8")
result.add_option("--isolates", help="Whether to test isolates", default=False, action="store_true")
   result.add_option("--store-unexpected-output",
       help="Store the temporary JS files from tests that fails",

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to