~ubuntu-branches/ubuntu/utopic/anjuta/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/am-project/tests/testsuite

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
920
920
# List of tests.
921
921
if $at_list_p; then
922
922
  cat <<_ATEOF || at_write_fail=1
923
 
Anjuta 3.8.4 test suite: Autotools project backend plugin test groups:
 
923
Anjuta 3.12.0 test suite: Autotools project backend plugin test groups:
924
924
 
925
925
 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
926
926
      KEYWORDS
961
961
  exit $at_write_fail
962
962
fi
963
963
if $at_version_p; then
964
 
  $as_echo "$as_me (Anjuta 3.8.4)" &&
 
964
  $as_echo "$as_me (Anjuta 3.12.0)" &&
965
965
  cat <<\_ATEOF || at_write_fail=1
966
966
 
967
967
Copyright (C) 2012 Free Software Foundation, Inc.
1137
1137
exec 5>>"$at_suite_log"
1138
1138
 
1139
1139
# Banners and logs.
1140
 
$as_echo "## ---------------------------------------------------------- ##
1141
 
## Anjuta 3.8.4 test suite: Autotools project backend plugin. ##
1142
 
## ---------------------------------------------------------- ##"
 
1140
$as_echo "## ----------------------------------------------------------- ##
 
1141
## Anjuta 3.12.0 test suite: Autotools project backend plugin. ##
 
1142
## ----------------------------------------------------------- ##"
1143
1143
{
1144
 
  $as_echo "## ---------------------------------------------------------- ##
1145
 
## Anjuta 3.8.4 test suite: Autotools project backend plugin. ##
1146
 
## ---------------------------------------------------------- ##"
 
1144
  $as_echo "## ----------------------------------------------------------- ##
 
1145
## Anjuta 3.12.0 test suite: Autotools project backend plugin. ##
 
1146
## ----------------------------------------------------------- ##"
1147
1147
  echo
1148
1148
 
1149
1149
  $as_echo "$as_me: command line was:"
1986
1986
  $as_echo "Please send $at_msg and all information you think might help:
1987
1987
 
1988
1988
   To: <http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta>
1989
 
   Subject: [Anjuta 3.8.4] $as_me: $at_fail_list${at_fail_list:+ failed${at_xpass_list:+, }}$at_xpass_list${at_xpass_list:+ passed unexpectedly}
 
1989
   Subject: [Anjuta 3.12.0] $as_me: $at_fail_list${at_fail_list:+ failed${at_xpass_list:+, }}$at_xpass_list${at_xpass_list:+ passed unexpectedly}
1990
1990
 
1991
1991
You may investigate any problem if you feel able to do so, in which
1992
1992
case the test suite provides a good starting point.  Its output may
5616
5616
 
5617
5617
 
5618
5618
 
 
5619
as_dir=variable6; as_fn_mkdir_p
 
5620
cat >variable6/configure.ac <<'_ATEOF'
 
5621
API=0
 
5622
AC_SUBST(API)
 
5623
AC_CONFIG_FILES(Makefile)
 
5624
_ATEOF
 
5625
 
 
5626
cat >variable6/Makefile.am <<'_ATEOF'
 
5627
 
 
5628
bin_PROGRAMS = target@API@
 
5629
target@API@_SOURCES = \
 
5630
        source1.c
 
5631
target@API@_LDFLAGS = -l
 
5632
_ATEOF
 
5633
 
 
5634
cat >expect <<'_ATEOF'
 
5635
ROOT (): variable6
 
5636
    TARGET (): target0
 
5637
        PROPERTY (Installation directory): bindir
 
5638
        PROPERTY (Linker flags): -l
 
5639
        SOURCE (): source1.c
 
5640
    SOURCE (): configure.ac
 
5641
    SOURCE (): Makefile.am
 
5642
_ATEOF
 
5643
 
 
5644
{ set +x
 
5645
$as_echo "$at_srcdir/variable.at:225: \$abs_builddir/../projectparser --no-id -o output load variable6 \\
 
5646
                 list"
 
5647
at_fn_check_prepare_notrace 'an embedded newline' "variable.at:225"
 
5648
( $at_check_trace; $abs_builddir/../projectparser --no-id -o output load variable6 \
 
5649
                 list
 
5650
) >>"$at_stdout" 2>>"$at_stderr" 5>&-
 
5651
at_status=$? at_failed=false
 
5652
$at_check_filter
 
5653
echo stderr:; cat "$at_stderr"
 
5654
echo stdout:; cat "$at_stdout"
 
5655
at_fn_check_status 0 $at_status "$at_srcdir/variable.at:225"
 
5656
$at_failed && at_fn_log_failure
 
5657
$at_traceon; }
 
5658
 
 
5659
{ set +x
 
5660
$as_echo "$at_srcdir/variable.at:227: diff -b output expect"
 
5661
at_fn_check_prepare_trace "variable.at:227"
 
5662
( $at_check_trace; diff -b output expect
 
5663
) >>"$at_stdout" 2>>"$at_stderr" 5>&-
 
5664
at_status=$? at_failed=false
 
5665
$at_check_filter
 
5666
at_fn_diff_devnull "$at_stderr" || at_failed=:
 
5667
at_fn_diff_devnull "$at_stdout" || at_failed=:
 
5668
at_fn_check_status 0 $at_status "$at_srcdir/variable.at:227"
 
5669
$at_failed && at_fn_log_failure
 
5670
$at_traceon; }
 
5671
 
 
5672
 
 
5673
 
 
5674
 
5619
5675
  set +x
5620
5676
  $at_times_p && times >"$at_times_file"
5621
5677
) 5>&1 2>&1 7>&- | eval $at_tee_pipe