]> sourceware.org Git - systemtap.git/commit
Add entry for ppc64le in arch list
authorAthira <atrajeev@linux.vnet.ibm.com>
Wed, 20 May 2015 12:21:03 +0000 (17:51 +0530)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 20 May 2015 13:40:39 +0000 (09:40 -0400)
commit41016674cb8b2b0e5903188f223fedd8f80897e9
treecbd6a1720f20b64900e9eb5667407f6e4a1c0d83
parente9ac70afe3be01d9ac09aa047aacc12ede0cc975
Add entry for ppc64le in arch list

A few tests fails in ppc64le with error:

========
parse error: expected 'probe', 'global', 'function', or '%{'^M
         saw: identifier 'ERROR' at <input>:22:43^M
      source:     %( arch == "ppc64le"            %? %: ERROR %)^M
                                                        ^^M
^M
1 parse error.^M
Pass 1: parse failed.  [man error::pass1]^M
FAIL: preprocessor basic ops
=========

This is because ppc64le is not added to arch list in systemtap.exp .
cmd_parse.exp also fails with similar error for arch.  Modifying the
code for ppc64le.

Signed-off-by: Athira Rajeev <atrajeev@in.ibm.com>
testsuite/lib/systemtap.exp
This page took 0.025276 seconds and 5 git commands to generate.