Bug 3918 - make check RUNTESTFLAGS=i386.exp doesn't work
Summary: make check RUNTESTFLAGS=i386.exp doesn't work
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: gas (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 18:37 UTC by H.J. Lu
Modified: 2007-03-06 02:10 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2007-01-24 18:37:07 UTC
[hjl@gnu-2 gas]$ make check RUNTESTFLAGS=i386.exp
Making check in doc
make[1]: Entering directory
`/export/build/gnu/binutils-lrb/build-x86_64-linux/gas/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory
`/export/build/gnu/binutils-lrb/build-x86_64-linux/gas/doc'
Making check in po
make[1]: Entering directory
`/export/build/gnu/binutils-lrb/build-x86_64-linux/gas/po'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory
`/export/build/gnu/binutils-lrb/build-x86_64-linux/gas/po'
make[1]: Entering directory `/export/build/gnu/binutils-lrb/build-x86_64-linux/gas'
make  check-DEJAGNU
make[2]: Entering directory `/export/build/gnu/binutils-lrb/build-x86_64-linux/gas'
if [ -d testsuite ]; then \
          true; \
        else \
          mkdir testsuite; \
        fi
rm -f testsuite/site.exp
cp site.exp testsuite/site.exp
rootme=`pwd`; export rootme; \
        srcdir=`cd /export/gnu/src/binutils-lrb/binutils/gas; pwd` ; export
srcdir ; \
        EXPECT=expect ; export EXPECT ; \
        runtest=runtest; \
        cd testsuite; \
        if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
          $runtest --tool gas --srcdir ${srcdir}/testsuite \
                i386.exp; \
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
        fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By hjl on Wed Jan 24 10:36:45 2007
Native configuration is x86_64-unknown-linux-gnu

                === gas tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /export/gnu/src/binutils-lrb/binutils/gas/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running /export/gnu/src/binutils-lrb/binutils/gas/testsuite/gas/i386/i386.exp ...
send: spawn id exp0 not open
    while executing
"send_user "$message\n""
    ("default" arm line 2)
    invoked from within
"case "$firstword" in {
        {"PASS:" "XFAIL:" "KFAIL:" "UNRESOLVED:" "UNSUPPORTED:" "UNTESTED:"} {
            if $all_flag {
                send_user "$message\n"
                return "..."
    (procedure "clone_output" line 10)
    invoked from within
"clone_output "\n\t\t=== $tool Summary ===\n""
    (procedure "log_summary" line 23)
    invoked from within
"log_summary total"
    (procedure "log_and_exit" line 5)
    invoked from within
"log_and_exit"
    (file "/usr/share/dejagnu/runtest.exp" line 1912)
make[2]: *** [check-DEJAGNU] Error 1
make[2]: Leaving directory `/export/build/gnu/binutils-lrb/build-x86_64-linux/gas'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/export/build/gnu/binutils-lrb/build-x86_64-linux/gas'
make: *** [check-recursive] Error 1
[hjl@gnu-2 gas]$
Comment 1 H.J. Lu 2007-03-06 02:10:32 UTC
Fixed by

http://sourceware.org/ml/binutils/2007-03/msg00035.html