Author: olehougaard
Date: Thu Feb  5 02:06:55 2009
New Revision: 1229

Modified:
    branches/bleeding_edge/test/cctest/testcfg.py

Log:
Differentiating the file names between different serialization tests to  
avoid conflict when testing in parallel.
Review URL: http://codereview.chromium.org/20079

Modified: branches/bleeding_edge/test/cctest/testcfg.py
==============================================================================
--- branches/bleeding_edge/test/cctest/testcfg.py       (original)
+++ branches/bleeding_edge/test/cctest/testcfg.py       Thu Feb  5 02:06:55 2009
@@ -51,6 +51,7 @@

    def BuildCommand(self, name):
      serialization_file = join('obj', 'test', self.mode, 'serdes')
+    serialization_file += '_' + self.GetName()
      serialization_option = '--testing_serialization_file=' +  
serialization_file
      result = [ self.executable, name, serialization_option ]
      if self.mode == 'debug':

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

Reply via email to