Don't run the string resource tests threaded for now.
I'm debugging the issue and will file an issue for it. Review URL: http://codereview.chromium.org/2419 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@276 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
7c638ec3e6
commit
eed1ab336c
@ -445,7 +445,7 @@ class TestAsciiResource: public String::ExternalAsciiStringResource {
|
||||
int TestAsciiResource::dispose_count = 0;
|
||||
|
||||
|
||||
THREADED_TEST(ScriptUsingStringResource) {
|
||||
TEST(ScriptUsingStringResource) {
|
||||
TestResource::dispose_count = 0;
|
||||
const char* c_source = "1 + 2 * 3";
|
||||
uint16_t* two_byte_source = AsciiToTwoByteString(c_source);
|
||||
@ -469,7 +469,7 @@ THREADED_TEST(ScriptUsingStringResource) {
|
||||
}
|
||||
|
||||
|
||||
THREADED_TEST(ScriptUsingAsciiStringResource) {
|
||||
TEST(ScriptUsingAsciiStringResource) {
|
||||
TestAsciiResource::dispose_count = 0;
|
||||
const char* c_source = "1 + 2 * 3";
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user