git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Whit Armstrong" <armstrong.whit@gmail.com>
To: git@vger.kernel.org
Subject: git latest master: a6828f536119c3288b0be772e3870f1a464d017d -- error in t0050-filesystem.sh on Solaris
Date: Wed, 12 Mar 2008 09:49:25 -0400	[thread overview]
Message-ID: <8ec76080803120649h587b1933x6ec513d4b51a29a9@mail.gmail.com> (raw)

xs5-trd-p1.grn:warmstro> uname -a
SunOS xs5-trd-p1.grn.tudor.com 5.9 Generic_118558-38 sun4u sparc
SUNW,Sun-Fire-V240 Solaris

the Unrecognized switch: -O is from the perl call:

++ perl -CO -e 'print pack("U",0x00E4)'
Unrecognized switch: -O  (-h will show valid options).
+ auml=
++ perl -CO -e 'print pack("U",0x0061).pack("U",0x0308)'
Unrecognized switch: -O  (-h will show valid options).
+ aumlcdiar=


here is the output log:

xs5-trd-p1.grn:warmstro> bash  t0050-filesystem.sh -v -i
Unrecognized switch: -O  (-h will show valid options).
Unrecognized switch: -O  (-h will show valid options).
* expecting success:

        test_case=test_expect_success
        test_unicode=test_expect_success
        mkdir junk &&
        echo good >junk/CamelCase &&
        echo bad >junk/camelcase &&
        if test "$(cat junk/CamelCase)" != good
        then
                test_case=test_expect_failure
                say "will test on a case insensitive filesystem"
        fi &&
        rm -fr junk &&
        mkdir junk &&
        >junk/"$auml" &&
        case "$(cd junk && echo *)" in
        "$aumlcdiar")
                test_unicode=test_expect_failure
                say "will test on a unicode corrupting filesystem"
                ;;
        *)      ;;
        esac &&
        rm -fr junk

t0050-filesystem.sh: junk/: Is a directory
* FAIL 1: see if we expect


                test_case=test_expect_success
                test_unicode=test_expect_success
                mkdir junk &&
                echo good >junk/CamelCase &&
                echo bad >junk/camelcase &&
                if test "$(cat junk/CamelCase)" != good
                then
                        test_case=test_expect_failure
                        say "will test on a case insensitive filesystem"
                fi &&
                rm -fr junk &&
                mkdir junk &&
                >junk/"$auml" &&
                case "$(cd junk && echo *)" in
                "$aumlcdiar")
                        test_unicode=test_expect_failure
                        say "will test on a unicode corrupting filesystem"
                        ;;
                *)      ;;
                esac &&
                rm -fr junk

xs5-trd-p1.grn:warmstro>


and the main make test log:

*** t0050-filesystem.sh ***
Unrecognized switch: -O  (-h will show valid options).
Unrecognized switch: -O  (-h will show valid options).
* FAIL 1: see if we expect


                test_case=test_expect_success
                test_unicode=test_expect_success
                mkdir junk &&
                echo good >junk/CamelCase &&
                echo bad >junk/camelcase &&
                if test "$(cat junk/CamelCase)" != good
                then
                        test_case=test_expect_failure
                        say "will test on a case insensitive filesystem"
                fi &&
                rm -fr junk &&
                mkdir junk &&
                >junk/"$auml" &&
                case "$(cd junk && echo *)" in
                "$aumlcdiar")
                        test_unicode=test_expect_failure
                        say "will test on a unicode corrupting filesystem"
                        ;;
                *)      ;;
                esac &&
                rm -fr junk

*   ok 2: setup case tests
*   ok 3: rename (case change)
*   ok 4: merge (case change)
* FAIL 5: setup unicode normalization tests


          test_create_repo unicode &&
          cd unicode &&
          touch "$aumlcdiar" &&
          git add "$aumlcdiar" &&
          git commit -m initial
          git tag initial &&
          git checkout -b topic &&
          git mv $aumlcdiar tmp &&
          git mv tmp "$auml" &&
          git commit -m rename &&
          git checkout -f master


* FAIL 6: rename (silent unicode normalization)


         git mv "$aumlcdiar" "$auml" &&
         git commit -m rename


* FAIL 7: merge (silent unicode normalization)


         git reset --hard initial &&
         git merge topic


* failed 4 among 7 test(s)
gmake[1]: *** [t0050-filesystem.sh] Error 1
gmake[1]: Leaving directory `/home/warmstro/dvl.whit/git/t'
gmake: *** [test] Error 2

             reply	other threads:[~2008-03-12 13:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-12 13:49 Whit Armstrong [this message]
2008-03-12 14:53 ` git latest master: a6828f536119c3288b0be772e3870f1a464d017d -- error in t0050-filesystem.sh on Solaris Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8ec76080803120649h587b1933x6ec513d4b51a29a9@mail.gmail.com \
    --to=armstrong.whit@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).