ASC-4041: Skip two spidermonkey regression tests due to stack overflow when compiling...
[tamarin-stm.git] / test / runsmokes-arm-android.txt
blob3a240ad857b0c5a92ea265d825e7011303c36bbc
1 # ***** BEGIN LICENSE BLOCK *****
2 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Original Code is [Open Source Virtual Machine.].
16 # The Initial Developer of the Original Code is
17 # Adobe System Incorporated.
18 # Portions created by the Initial Developer are Copyright (C) 2009
19 # the Initial Developer. All Rights Reserved.
21 # Contributor(s):
22 #   Adobe AS3 Team
24 # Alternatively, the contents of this file may be used under the terms of
25 # either the GNU General Public License Version 2 or later (the "GPL"), or
26 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 # in which case the provisions of the GPL or the LGPL are applicable instead
28 # of those above. If you wish to allow use of your version of this file only
29 # under the terms of either the GPL or the LGPL, and not to allow others to
30 # use your version of this file under the terms of the MPL, indicate your
31 # decision by deleting the provisions above and replace them with the notice
32 # and other provisions required by the GPL or the LGPL. If you do not delete
33 # the provisions above, a recipient may use your version of this file under
34 # the terms of any one of the MPL, the GPL or the LGPL.
36 # ***** END LICENSE BLOCK ***** */
38 # file contains a list of tests to run
40 # directory , commands ...
42 # directory = directory to start, most test suites require starting in the directory
43 # commands = all commands and parameters to run testsuite
44 # any variable enclosed as ${var} will be replaced with the environment variable
45 # the common shell variables are: avmr, avmrd, avmd, avmd   (r=release, rd=release-debugger, d=debug, dd=debug-debugger)
48 # Bug https://bugzilla.mozilla.org/show_bug.cgi?id=514400
49 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/String/eregress_137879.as
51 # Bug https://bugzilla.mozilla.org/show_bug.cgi?id=500195
52 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/TypeConversion/e9_3_1_3_rt.as
54 cd ./acceptance;./runtests.py  --notimecheck --androidthreads as3/AbcDecoder/simple.as
55 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp as3/AbcDecoder/simple.as
56 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit as3/AbcDecoder/simple.as
58 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/Date/e15_9_2_2_4.as
59 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp ecma3/Date/e15_9_2_2_4.as
60 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit ecma3/Date/e15_9_2_2_4.as
62 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/Date/e15_9_2_2_5.as
63 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp ecma3/Date/e15_9_2_2_5.as
64 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit ecma3/Date/e15_9_2_2_5.as
66 cd ./acceptance;./runtests.py  --notimecheck --androidthreads as3/Vector/reverse.as
67 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp as3/Vector/reverse.as
68 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit as3/Vector/reverse.as
70 cd ./acceptance;./runtests.py  --notimecheck --androidthreads as3/ShellClasses/ByteArray.as
71 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp as3/ShellClasses/ByteArray.as
72 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit as3/ShellClasses/ByteArray.as
74 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/FunctionObjects/e15_3_1_1_1_rt.as
75 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp ecma3/FunctionObjects/e15_3_1_1_1_rt.as
76 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit ecma3/FunctionObjects/e15_3_1_1_1_rt.as
78 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/Date/e15_9_2_2_6.as
79 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp ecma3/Date/e15_9_2_2_6.as
80 cd ./acceptance;./runtests.py  --notimecheck --androidthreads  --vmargs=-Ojit ecma3/Date/e15_9_2_2_6.as
82 cd ./acceptance;./runtests.py  --notimecheck --androidthreads e4x/Statements/e12_1.as
83 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp e4x/Statements/e12_1.as
84 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit e4x/Statements/e12_1.as
86 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit ecma3/Unicode/u0000_BasicLatin.as
87 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/Unicode/u0000_BasicLatin.as
88 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp ecma3/Unicode/u0000_BasicLatin.as
90 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/Date/e15_9_5_12_1.as
91 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp ecma3/Date/e15_9_5_12_1.as
92 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit ecma3/Date/e15_9_5_12_1.as
94 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/Date/e15_9_5_34_1.as
95 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp ecma3/Date/e15_9_5_34_1.as
96 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit ecma3/Date/e15_9_5_34_1.as
98 cd ./acceptance;./runtests.py  --notimecheck --androidthreads mmgc/memstats.as
99 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp mmgc/memstats.as
100 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit mmgc/memstats.as
102 cd ./acceptance;./runtests.py  --notimecheck --androidthreads as3/DescribeType/describeType.as
103 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp as3/DescribeType/describeType.as
104 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit as3/DescribeType/describeType.as
106 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/TypeConversion/e9_7.as
107 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp ecma3/TypeConversion/e9_7.as
108 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit ecma3/TypeConversion/e9_7.as
110 cd ./acceptance;./runtests.py  --notimecheck --androidthreads as3/MethodClosures/MethodClosureFunc.as
111 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp as3/MethodClosures/MethodClosureFunc.as
112 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit as3/MethodClosures/MethodClosureFunc.as
114 cd ./acceptance;./runtests.py  --notimecheck --androidthreads ecma3/Number/tostring_001.as
115 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp ecma3/Number/tostring_001.as
116 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit ecma3/Number/tostring_001.as
118 cd ./acceptance;./runtests.py  --notimecheck --androidthreads regress/bug_460872.as
119 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Dinterp regress/bug_460872.as
120 cd ./acceptance;./runtests.py  --notimecheck --androidthreads --vmargs=-Ojit regress/bug_460872.as