diff -r ac96196b945c -r 15986eb6c500 egl/egltest/src/egltest_geterroranddisplay.cpp --- a/egl/egltest/src/egltest_geterroranddisplay.cpp Mon Mar 15 12:45:41 2010 +0200 +++ b/egl/egltest/src/egltest_geterroranddisplay.cpp Wed Mar 31 23:34:07 2010 +0300 @@ -963,7 +963,7 @@ TEST(eglGetError() == EGL_SUCCESS); // launch 100 threads. - Test_MultiThreadL(100, EFalse); + Test_MultiThreadL(100, ETrue); INFO_PRINTF1(_L("Calling eglTerminate from main thread")); TEST_EGL_ERROR(eglTerminate(iDisplay), EGL_SUCCESS);