mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 06:20:41 +00:00
Bug 1545217 - Enable some android gtests in xpcom/tests/gtest; r=jmaher
With changes from bug 1548555, some of the gtests previously disabled on Android can be re-enabled. Differential Revision: https://phabricator.services.mozilla.com/D30080 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
c330adca14
commit
f208694292
@ -7,9 +7,11 @@
|
|||||||
UNIFIED_SOURCES += [
|
UNIFIED_SOURCES += [
|
||||||
'Helpers.cpp',
|
'Helpers.cpp',
|
||||||
'TestArenaAllocator.cpp',
|
'TestArenaAllocator.cpp',
|
||||||
|
'TestAtoms.cpp',
|
||||||
'TestAutoPtr.cpp',
|
'TestAutoPtr.cpp',
|
||||||
'TestAutoRef.cpp',
|
'TestAutoRef.cpp',
|
||||||
'TestAutoRefCnt.cpp',
|
'TestAutoRefCnt.cpp',
|
||||||
|
'TestBase64.cpp',
|
||||||
'TestCallTemplates.cpp',
|
'TestCallTemplates.cpp',
|
||||||
'TestCloneInputStream.cpp',
|
'TestCloneInputStream.cpp',
|
||||||
'TestCOMPtrEq.cpp',
|
'TestCOMPtrEq.cpp',
|
||||||
@ -43,6 +45,7 @@ UNIFIED_SOURCES += [
|
|||||||
'TestSnappyStreams.cpp',
|
'TestSnappyStreams.cpp',
|
||||||
'TestStateWatching.cpp',
|
'TestStateWatching.cpp',
|
||||||
'TestStorageStream.cpp',
|
'TestStorageStream.cpp',
|
||||||
|
'TestStrings.cpp',
|
||||||
'TestStringStream.cpp',
|
'TestStringStream.cpp',
|
||||||
'TestSynchronization.cpp',
|
'TestSynchronization.cpp',
|
||||||
'TestTArray.cpp',
|
'TestTArray.cpp',
|
||||||
@ -53,6 +56,7 @@ UNIFIED_SOURCES += [
|
|||||||
'TestThreadMetrics.cpp',
|
'TestThreadMetrics.cpp',
|
||||||
'TestThreadPool.cpp',
|
'TestThreadPool.cpp',
|
||||||
'TestThreadPoolListener.cpp',
|
'TestThreadPoolListener.cpp',
|
||||||
|
'TestThreads.cpp',
|
||||||
'TestThrottledEventQueue.cpp',
|
'TestThrottledEventQueue.cpp',
|
||||||
'TestTimeStamp.cpp',
|
'TestTimeStamp.cpp',
|
||||||
'TestTokenizer.cpp',
|
'TestTokenizer.cpp',
|
||||||
@ -61,11 +65,7 @@ UNIFIED_SOURCES += [
|
|||||||
|
|
||||||
if CONFIG['OS_TARGET'] != 'Android':
|
if CONFIG['OS_TARGET'] != 'Android':
|
||||||
UNIFIED_SOURCES += [
|
UNIFIED_SOURCES += [
|
||||||
'TestAtoms.cpp',
|
|
||||||
'TestBase64.cpp',
|
|
||||||
'TestPipes.cpp',
|
'TestPipes.cpp',
|
||||||
'TestStrings.cpp',
|
|
||||||
'TestThreads.cpp',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# skip the test on windows10-aarch64 due to perma-fail, bug 1422219
|
# skip the test on windows10-aarch64 due to perma-fail, bug 1422219
|
||||||
@ -98,7 +98,6 @@ else:
|
|||||||
'TestFilePreferencesUnix.cpp',
|
'TestFilePreferencesUnix.cpp',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
if CONFIG['WRAP_STL_INCLUDES'] and CONFIG['CC_TYPE'] != 'clang-cl' and CONFIG['OS_TARGET'] != 'Android':
|
if CONFIG['WRAP_STL_INCLUDES'] and CONFIG['CC_TYPE'] != 'clang-cl' and CONFIG['OS_TARGET'] != 'Android':
|
||||||
UNIFIED_SOURCES += [
|
UNIFIED_SOURCES += [
|
||||||
'TestSTLWrappers.cpp',
|
'TestSTLWrappers.cpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user