Commit b865059e authored by Kevin Modzelewski's avatar Kevin Modzelewski

Update some tests

parent ead5b73a
# expected: refstatfail
# skip-if: '-O' in EXTRA_JIT_ARGS
# statcheck: 4 <= noninit_count('num_deopt') < 50
# statcheck: 1 <= stats["num_osr_exits"] <= 2
......
# expected: reffail
# Simple test:
class MyClass(object):
__a = 1
......
# expected: reffail
# Testing capitalize/title methods.
def test(s):
......
......@@ -209,6 +209,8 @@ def get_test_options(fn, check_stats, run_memcheck):
if opts.expected == "reffail":
opts.expected = "fail"
if opts.expected == "refstatfail":
opts.expected = "statfail"
if not opts.skip:
# consider other reasons for skipping file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment