| Index: ppapi/tests/test_post_message.cc
|
| ===================================================================
|
| --- ppapi/tests/test_post_message.cc (revision 117568)
|
| +++ ppapi/tests/test_post_message.cc (working copy)
|
| @@ -251,9 +251,9 @@
|
| WaitForMessages();
|
| ASSERT_TRUE(ClearListeners());
|
|
|
| - // TODO(dmichael): Add testing of longer array buffers when crbug.com/106266
|
| - // is fixed.
|
| - uint32_t sizes[] = { 0, 100, 1000 };
|
| + // TODO(sehr,dmichael): Add testing of longer array buffers when
|
| + // crbug.com/110086 is fixed.
|
| + uint32_t sizes[] = { 0, 100, 1000, 10000, 100000 };
|
| for (size_t i = 0; i < sizeof(sizes)/sizeof(sizes[i]); ++i) {
|
| std::ostringstream size_stream;
|
| size_stream << sizes[i];
|
| @@ -484,4 +484,3 @@
|
|
|
| PASS();
|
| }
|
| -
|
|
|