Change cctests to use variant flags as part of the name for the serilization file.
authorricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 21 Mar 2011 12:57:25 +0000 (12:57 +0000)
committerricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 21 Mar 2011 12:57:25 +0000 (12:57 +0000)
commit4bb55fd34137919d2be2a16e09329ac86a68b19c
treeac549d9c3817ddada6bcef27e9d87d50ddf08cf9
parent8066271fd2d4104e353e199b9427377e9509da0c
Change cctests to use variant flags as part of the name for the serilization file.

Because we run all tests three times with different variant flags (to
test crankshaft) we might end up in a situation where we try to write
to the same serilization file from two different threads
simultaneously. The patch concats the variant flags at the end of the
serialization file name.
Review URL: http://codereview.chromium.org/6688068

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7285 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/benchmarks/testcfg.py
test/cctest/cctest.status
test/cctest/testcfg.py
test/es5conform/testcfg.py
test/message/testcfg.py
test/mjsunit/testcfg.py
test/mozilla/testcfg.py
test/sputnik/testcfg.py
tools/test.py