Revision: 3244
Author: [email protected]
Date: Mon Nov  9 02:23:50 2009
Log: Fixed breakage of test running when sputniktests not checked out.

Review URL: http://codereview.chromium.org/381002

http://code.google.com/p/v8/source/detail?r=3244

Modified:
  /branches/bleeding_edge/test/sputnik/README
  /branches/bleeding_edge/test/sputnik/testcfg.py

=======================================
--- /branches/bleeding_edge/test/sputnik/README Mon Nov  9 01:31:57 2009
+++ /branches/bleeding_edge/test/sputnik/README Mon Nov  9 02:23:50 2009
@@ -1,6 +1,6 @@
  To run the sputniktests you must check out the test suite from
  googlecode.com.  The test expectations are currently relative to
-version 21.  To get the tests run the following command within
+version 22.  To get the tests run the following command within
  v8/tests/sputnik/

-  svn co http://sputniktests.googlecode.com/svn/trunk/ -r21 sputniktests
+  svn co http://sputniktests.googlecode.com/svn/trunk/ -r22 sputniktests
=======================================
--- /branches/bleeding_edge/test/sputnik/testcfg.py     Mon Nov  9 01:31:57 2009
+++ /branches/bleeding_edge/test/sputnik/testcfg.py     Mon Nov  9 02:23:50 2009
@@ -109,10 +109,4 @@


  def GetConfiguration(context, root):
-  checkout = join(root, 'sputniktests')
-  if not exists(checkout):
-    print "No checkout of sputniktests found. Check out the tests under"
-    print "v8/test/sputnik using:"
-    print "  svn co http://sputniktests.googlecode.com/svn/trunk/  
sputniktests"
-    sys.exit(0)
    return SputnikTestConfiguration(context, root)

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

Reply via email to