Esempio n. 1
0
    "tests/sunspider1/3d-morph",
    "tests/sunspider1/3d-raytrace",
    "tests/sunspider1/access-binary-trees",
    "tests/sunspider1/access-fannkuch",
    "tests/sunspider1/access-nbody",
    "tests/sunspider1/access-nsieve",
    "tests/sunspider1/bitops-3bit-bits-in-byte",
    "tests/sunspider1/bitops-bits-in-byte",
    "tests/sunspider1/bitops-bitwise-and",
    "tests/sunspider1/controlflow-recursive",
    "tests/sunspider1/crypto-md5",
    "tests/sunspider1/crypto-sha1",
    "tests/sunspider1/date-format-tofte",
    "tests/sunspider1/date-format-xparb",
    "tests/sunspider1/math-cordic",
    "tests/sunspider1/math-partial-sums",
    "tests/sunspider1/math-spectral-norm",
    "tests/sunspider1/regexp-dna",
    "tests/sunspider1/string-fasta",
    "tests/sunspider1/string-tagcloud",
    "tests/sunspider1/string-unpack-code",
    "tests/sunspider1/bitops-nsieve-bits",
    "tests/sunspider1/crypto-aes",
    "tests/sunspider1/string-validate-input",
    "tests/sunspider1/string-base64"
    ]

success = testrunner.run_tests(tests,["analyze", "-a", "src/js/analyses/trackallvalues/TrackValuesEngine"])
if not success:
    exit(1)
Esempio n. 2
0
# Copyright 2013 Samsung Information Systems America, Inc.
#
# 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.

# Author: Manu Sridharan

import testrunner

tests = [
    "tests/html/unit/native_function_toString",
    "tests/html/unit/window_location", "tests/html/unit/jq_reduced_1",
    "tests/html/jquery-2.0.2/jquery-2.0.2"
    #    "tests/html/mootools/mootools-core-1.4.5-full-nocompat"
]

success = testrunner.run_tests(tests, ["testrr_browser"])
if not success:
    exit(1)
#
#        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.

# Author: Simon Jensen

import testrunner

tests = [
    "tests/octane/richards",
    "tests/octane/deltablue",
    "tests/octane/crypto",
    "tests/octane/raytrace",
    "tests/octane/earley-boyer",
    "tests/octane/regexp",
    "tests/octane/splay",
    "tests/octane/navier-stokes",
    "tests/octane/code-load",
    "tests/octane/gbemu",
    "tests/octane/box2d"
]

success = testrunner.run_tests(tests,["testrr"])
if not success:
    exit(1)
# Copyright 2013 Samsung Information Systems America, Inc.
#
# 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.

# Author: Manu Sridharan

import testrunner


tests = [
    "tests/html/unit/native_function_toString",
    "tests/html/unit/window_location",
    "tests/html/jquery-2.0.2/jquery-2.0.2"
#    "tests/html/mootools/mootools-core-1.4.5-full-nocompat"
]

success = testrunner.run_tests(tests,["testrr_browser"])
if not success:
    exit(1)
Esempio n. 5
0
# Copyright 2013 Samsung Information Systems America, Inc.
#
# 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.

# Author: Manu Sridharan

import testrunner

tests = [
    "tests/html/unitApps/dataset_app", "tests/tizen/annex",
    "tests/tizen/calculator", "tests/tizen/go"
]

success = testrunner.run_tests(tests, ["testrr_app"])
if not success:
    exit(1)
Esempio n. 6
0
# Copyright 2013 Samsung Information Systems America, Inc.
#
# 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.

# Author: Manu Sridharan

import testrunner

tests = [
    "tests/html/unit/native_function_toString",
    "tests/html/unit/window_location", "tests/html/unit/jq_reduced_1",
    "tests/html/jquery-2.0.2/jquery-2.0.2"
]

success = testrunner.run_tests(tests, [
    "analyze", "-a", "src/js/analyses/trackallvalues/TrackValuesEngine", "-b"
])
if not success:
    exit(1)