egl/egltest/scripts/egltest_t_geterroranddisplay.script
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 PRINT Run EGL getError and display tests
       
    18 LOAD_SUITE egltestserver
       
    19 
       
    20 // EGL getError tests
       
    21 RUN_TEST_STEP 100 egltestserver GetError
       
    22 RUN_TEST_STEP 100 egltestserver GetErrorMultiThread
       
    23 
       
    24 // EGL display tests
       
    25 RUN_TEST_STEP 100 egltestserver Display_Positive_Basic
       
    26 RUN_TEST_STEP 100 egltestserver Display_Negative_InvalidDisplay
       
    27 RUN_TEST_STEP 100 egltestserver Display_Negative_NotInitializedDisplay
       
    28 RUN_TEST_STEP 100 egltestserver Display_Positive_ReinitializeDisplay
       
    29 RUN_TEST_STEP 100 egltestserver Display_Positive_MultipleInitialization
       
    30 RUN_TEST_STEP 100 egltestserver Display_Positive_MultipleTermination
       
    31 RUN_TEST_STEP 100 egltestserver Display_Positive_Multithread_Basic
       
    32 RUN_TEST_STEP 100 egltestserver Display_Positive_Multithread_InitTerminateInOneTread
       
    33 RUN_TEST_STEP 100 egltestserver Display_Positive_Multithread_InitTerminateFromDifferentThread
       
    34 RUN_TEST_STEP 100 egltestserver Display_Positive_Multithread_Stress
       
    35 RUN_TEST_STEP 100 egltestserver Display_Positive_Multiprocess_Basic
       
    36 RUN_TEST_STEP 100 egltestserver Display_OOM_ClientHeap
       
    37 RUN_TEST_STEP 100 egltestserver Display_OOM_ClientHeap_Initialize
       
    38 
       
    39 
       
    40