]> sourceware.org Git - systemtap.git/commit
PR18455: testcases for type inference changes
authorAbegail Jakop <ajakop@redhat.com>
Tue, 25 Aug 2015 15:09:39 +0000 (11:09 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Wed, 23 Sep 2015 20:31:40 +0000 (16:31 -0400)
commit356e7f3b13b585ec3f0e4f0ae64b08566d1906e1
treeb40c62019fa3fada8083f26221fcddfc591953d5
parent1860faba6513801e6f840d81e03b644679fa697e
PR18455: testcases for type inference changes

semok/*: if some part of a binary expresion is elided in the const_folder
visitor, the type inference is still passed on.
semko/*: if some part of a binary expression, where one expression is a
string and the other is a long, gets elided in the const_folder visitor,
the type inference is still passed on, and stap reports a type mismatch.
testsuite/semko/binexpr_infer_type.stp [new file with mode: 0755]
testsuite/semko/binexpr_infer_type2.stp [new file with mode: 0755]
testsuite/semko/binexpr_infer_type3.stp [new file with mode: 0755]
testsuite/semko/binexpr_infer_type4.stp [new file with mode: 0755]
testsuite/semok/binexpr_infer_type.stp [new file with mode: 0755]
This page took 0.030216 seconds and 5 git commands to generate.