зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1413868 - Only run the test on Windows. r=me on a CLOSED TREE
This commit is contained in:
Родитель
670fc0f25f
Коммит
e5398fd8f8
|
@ -23,7 +23,6 @@ UNIFIED_SOURCES += [
|
|||
'TestEventTargetQI.cpp',
|
||||
'TestExpirationTracker.cpp',
|
||||
'TestFile.cpp',
|
||||
'TestFilePreferencesWin.cpp',
|
||||
'TestGCPostBarriers.cpp',
|
||||
'TestID.cpp',
|
||||
'TestInputStreamLengthHelper.cpp',
|
||||
|
@ -73,6 +72,11 @@ if CONFIG['MOZ_DEBUG'] and CONFIG['OS_ARCH'] not in ('WINNT') and CONFIG['OS_TAR
|
|||
'TestDeadlockDetectorScalability.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['OS_TARGET'] == 'WINNT':
|
||||
UNIFIED_SOURCES += [
|
||||
'TestFilePreferencesWin.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['WRAP_STL_INCLUDES'] and CONFIG['CC_TYPE'] != 'clang-cl':
|
||||
UNIFIED_SOURCES += [
|
||||
'TestSTLWrappers.cpp',
|
||||
|
|
Загрузка…
Ссылка в новой задаче