tests/auto/symbols/tst_symbols.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    98 void tst_Symbols::globalObjects()
    98 void tst_Symbols::globalObjects()
    99 {
    99 {
   100 #ifndef Q_OS_LINUX
   100 #ifndef Q_OS_LINUX
   101     QSKIP("Linux-specific test", SkipAll);
   101     QSKIP("Linux-specific test", SkipAll);
   102 #endif
   102 #endif
   103     QSKIP("Test disabled, we're not fixing these issues in this Qt version", SkipAll);
       
   104 
   103 
   105     // these are regexps for global objects that are allowed in Qt
   104     // these are regexps for global objects that are allowed in Qt
   106     QStringList whitelist = QStringList()
   105     QStringList whitelist = QStringList()
   107         // ignore qInitResources - they are safe to use
   106         // ignore qInitResources - they are safe to use
   108         << "^_Z[0-9]*qInitResources_"
   107         << "^_Z[0-9]*qInitResources_"