List of internal tests suite's tests that are not excluded by Compact Profile.

This commit is contained in:
Ruben Ayrapetyan 2014-10-20 14:38:41 +04:00
parent ba4dca2e98
commit f666750ce7
3 changed files with 1197 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,8 +21,8 @@
./tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-013.js ./tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-013.js
./tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-014.js ./tests/jerry-test-suite/11/11.02/11.02.04/11.02.04-014.js
./tests/jerry-test-suite/13/13-008.js ./tests/jerry-test-suite/13/13-008.js
./tests/jerry-test-suite/13/13-011.js
./tests/jerry-test-suite/13/13-012.js ./tests/jerry-test-suite/13/13-012.js
./tests/jerry-test-suite/13/13-013.js
> eval > eval
./tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-013.js ./tests/jerry-test-suite/11/11.04/11.04.01/11.04.01-013.js
@ -50,10 +50,7 @@
./tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-005.js ./tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-005.js
./tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-005.js ./tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-005.js
./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-001.js ./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-001.js
./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-002.js
./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-004.js
./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-005.js ./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-005.js
./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-007.js
./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-008.js ./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-008.js
./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-009.js ./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-009.js
./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-010.js ./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-010.js

View File

@ -0,0 +1,17 @@
# Copyright 2014 Samsung Electronics Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TARGET=$1
PARSE=$2
rm ./js.files jerry.error jerry.passed; ./tools/jerry_test.sh ./out/$TARGET/jerry . ./tests/jerry-test-suite/compact_profile_list $PARSE