Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: functions/wildcard FAILED (0/3 passed): msg#00003

Subject: Re: functions/wildcard FAILED (0/3 passed)
%% Boris Kolpackov <boris@xxxxxxxxxxxxx> writes:

  bk> All three tests in functions/wildcard fail on my x86_64-linux-gnu box.
  bk> This is current CVS. The diffs look like this:

  bk> ! example.1 example.3 example._ example.for example.two
  bk> --- 1 ----
  bk> ! example._ example.1 example.3 example.for example.two

Hm.  Looking at this test I'm not sure why it always works.  AFAIK,
wildcard doesn't sort and it seems unlikely that every filesystem in the
world would return files in the same order during readdir().

Probably you're using a different FS in the x86_64 system; maybe ReiserFS?


Anyway, if you change the test to $(sort ...) the results of the
$(wildcard ...) (and change the results accordingly) does it work on
both the old and new systems?

Note I already reset LANG in the test framework, so locale issues
shouldn't interfere.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psmith@xxxxxxx>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


<Prev in Thread] Current Thread [Next in Thread>