summaryrefslogtreecommitdiffstats
path: root/js/src/jsapi-tests/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /js/src/jsapi-tests/moz.build
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'js/src/jsapi-tests/moz.build')
-rw-r--r--js/src/jsapi-tests/moz.build157
1 files changed, 157 insertions, 0 deletions
diff --git a/js/src/jsapi-tests/moz.build b/js/src/jsapi-tests/moz.build
new file mode 100644
index 000000000..ab42ff384
--- /dev/null
+++ b/js/src/jsapi-tests/moz.build
@@ -0,0 +1,157 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+GeckoProgram('jsapi-tests', linkage=None)
+
+UNIFIED_SOURCES += [
+ 'selfTest.cpp',
+ 'testAddPropertyPropcache.cpp',
+ 'testArgumentsObject.cpp',
+ 'testArrayBuffer.cpp',
+ 'testArrayBufferView.cpp',
+ 'testBoundFunction.cpp',
+ 'testBug604087.cpp',
+ 'testCallArgs.cpp',
+ 'testCallNonGenericMethodOnProxy.cpp',
+ 'testChromeBuffer.cpp',
+ 'testClassGetter.cpp',
+ 'testCloneScript.cpp',
+ 'testDateToLocaleString.cpp',
+ 'testDebugger.cpp',
+ 'testDeepFreeze.cpp',
+ 'testDefineGetterSetterNonEnumerable.cpp',
+ 'testDefineProperty.cpp',
+ 'testDefinePropertyIgnoredAttributes.cpp',
+ 'testDeflateStringToUTF8Buffer.cpp',
+ 'testDifferentNewTargetInvokeConstructor.cpp',
+ 'testEnclosingFunction.cpp',
+ 'testErrorCopying.cpp',
+ 'testException.cpp',
+ 'testExternalArrayBuffer.cpp',
+ 'testExternalStrings.cpp',
+ 'testFindSCCs.cpp',
+ 'testForceLexicalInitialization.cpp',
+ 'testForOfIterator.cpp',
+ 'testForwardSetProperty.cpp',
+ 'testFreshGlobalEvalRedefinition.cpp',
+ 'testFunctionProperties.cpp',
+ 'testGCAllocator.cpp',
+ 'testGCCellPtr.cpp',
+ 'testGCChunkPool.cpp',
+ 'testGCExactRooting.cpp',
+ 'testGCFinalizeCallback.cpp',
+ 'testGCHeapPostBarriers.cpp',
+ 'testGCHooks.cpp',
+ 'testGCMarking.cpp',
+ 'testGCOutOfMemory.cpp',
+ 'testGCStoreBufferRemoval.cpp',
+ 'testGCUniqueId.cpp',
+ 'testGCWeakCache.cpp',
+ 'testGCWeakRef.cpp',
+ 'testGetPropertyDescriptor.cpp',
+ 'testHashTable.cpp',
+ 'testIndexToString.cpp',
+ 'testIntern.cpp',
+ 'testIntlAvailableLocales.cpp',
+ 'testIntString.cpp',
+ 'testIntTypesABI.cpp',
+ 'testIsInsideNursery.cpp',
+ 'testIteratorObject.cpp',
+ 'testJSEvaluateScript.cpp',
+ 'testLookup.cpp',
+ 'testLooselyEqual.cpp',
+ 'testMappedArrayBuffer.cpp',
+ 'testMutedErrors.cpp',
+ 'testNewObject.cpp',
+ 'testNewTargetInvokeConstructor.cpp',
+ 'testNullRoot.cpp',
+ 'testObjectEmulatingUndefined.cpp',
+ 'testOOM.cpp',
+ 'testParseJSON.cpp',
+ 'testPersistentRooted.cpp',
+ 'testPreserveJitCode.cpp',
+ 'testPrintf.cpp',
+ 'testPrivateGCThingValue.cpp',
+ 'testProfileStrings.cpp',
+ 'testPropCache.cpp',
+ 'testRegExp.cpp',
+ 'testResolveRecursion.cpp',
+ 'tests.cpp',
+ 'testSameValue.cpp',
+ 'testSavedStacks.cpp',
+ 'testScriptInfo.cpp',
+ 'testScriptObject.cpp',
+ 'testSetProperty.cpp',
+ 'testSetPropertyIgnoringNamedGetter.cpp',
+ 'testSharedImmutableStringsCache.cpp',
+ 'testSourcePolicy.cpp',
+ 'testStringBuffer.cpp',
+ 'testStructuredClone.cpp',
+ 'testSymbol.cpp',
+ 'testThreadingConditionVariable.cpp',
+ 'testThreadingExclusiveData.cpp',
+ 'testThreadingMutex.cpp',
+ 'testThreadingThread.cpp',
+ 'testToIntWidth.cpp',
+ 'testTypedArrays.cpp',
+ 'testUbiNode.cpp',
+ 'testUncaughtSymbol.cpp',
+ 'testUTF8.cpp',
+ 'testWasmLEB128.cpp',
+ 'testWeakMap.cpp',
+ 'testXDR.cpp',
+]
+
+SOURCES += [
+ # There are clashing definitions of js::jit::AssemblerBuffer.
+ 'testAssemblerBuffer.cpp',
+]
+
+if CONFIG['ENABLE_ION']:
+ UNIFIED_SOURCES += [
+ 'testJitDCEinGVN.cpp',
+ 'testJitFoldsTo.cpp',
+ 'testJitGVN.cpp',
+ 'testJitMacroAssembler.cpp',
+ 'testJitMoveEmitterCycles-mips32.cpp',
+ 'testJitMoveEmitterCycles.cpp',
+ 'testJitRangeAnalysis.cpp',
+ 'testJitRegisterSet.cpp',
+ 'testJitRValueAlloc.cpp',
+ ]
+
+if CONFIG['SPIDERMONKEY_PROMISE']:
+ UNIFIED_SOURCES += [
+ 'testPromise.cpp',
+ ]
+
+DEFINES['EXPORT_JS_API'] = True
+
+LOCAL_INCLUDES += [
+ '!..',
+ '..',
+]
+
+if CONFIG['ENABLE_INTL_API'] and CONFIG['MOZ_ICU_DATA_ARCHIVE']:
+ # The ICU libraries linked into libmozjs will not include the ICU data,
+ # so link it directly.
+ USE_LIBS += ['icudata']
+
+USE_LIBS += [
+ 'static:js',
+]
+
+OS_LIBS += CONFIG['MOZ_ZLIB_LIBS']
+
+if CONFIG['GNU_CXX']:
+ CXXFLAGS += ['-Wno-shadow', '-Werror=format']
+
+# This is intended as a temporary workaround to enable VS2015.
+if CONFIG['_MSC_VER']:
+ CXXFLAGS += ['-wd4312']
+
+DEFINES['topsrcdir'] = '%s/js/src' % TOPSRCDIR
+OBJDIR_PP_FILES.js.src['jsapi-tests'] += ['jsapi-tests-gdb.py.in']