mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
List of internal tests suite's tests that are not excluded by Compact Profile.
This commit is contained in:
parent
ba4dca2e98
commit
f666750ce7
1179
tests/jerry-test-suite/compact_profile_list
Normal file
1179
tests/jerry-test-suite/compact_profile_list
Normal file
File diff suppressed because it is too large
Load Diff
@ -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-014.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-013.js
|
||||
|
||||
> eval
|
||||
./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.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-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-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-009.js
|
||||
./tests/jerry-test-suite/15/15.03/15.03.02/15.03.02.01/15.03.02.01-010.js
|
||||
|
||||
17
tools/run_test_suite_jerry_cp.sh
Executable file
17
tools/run_test_suite_jerry_cp.sh
Executable 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
|
||||
Loading…
x
Reference in New Issue
Block a user