public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Fix failing print-memory-usage-1 on Windows
@ 2017-01-31  9:12 Senthil Kumar Selvaraj
  2017-01-31 14:22 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Senthil Kumar Selvaraj @ 2017-01-31  9:12 UTC (permalink / raw)
  To: binutils

Hi,

  The below trivial patch slightly relaxes the percentage used value in
  print-memory-usage-1.l to make it pass on Windows (Win 10 x64 using
  WSL subsystem).

  Ok for master?

Regards
Senthil

ld/ChangeLog

2017-01-31  Senthil Kumar Selvaraj  <senthilkumar.selvaraj@microchip.com>

	* testsuite/ld-scripts/print-memory-usage-1.l: Relax
  check for digit in second decimal place.


diff --git ld/testsuite/ld-scripts/print-memory-usage-1.l ld/testsuite/ld-scripts/print-memory-usage-1.l
index 34bc895..e666a63 100644
--- ld/testsuite/ld-scripts/print-memory-usage-1.l
+++ ld/testsuite/ld-scripts/print-memory-usage-1.l
@@ -1,3 +1,3 @@
 Memory region         Used Size  Region Size  %age Used
-             ROM:          32 B         1 KB      3.12%
+             ROM:          32 B         1 KB      3.1[23]%
              RAM:          32 B       256 KB      0.01%

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix failing print-memory-usage-1 on Windows
  2017-01-31  9:12 Fix failing print-memory-usage-1 on Windows Senthil Kumar Selvaraj
@ 2017-01-31 14:22 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2017-01-31 14:22 UTC (permalink / raw)
  To: Senthil Kumar Selvaraj, binutils

Hi Senthil,

> 2017-01-31  Senthil Kumar Selvaraj  <senthilkumar.selvaraj@microchip.com>
> 
> 	* testsuite/ld-scripts/print-memory-usage-1.l: Relax
>   check for digit in second decimal place.

Approved - please apply.

Cheers
  Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-31 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-31  9:12 Fix failing print-memory-usage-1 on Windows Senthil Kumar Selvaraj
2017-01-31 14:22 ` Nick Clifton

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 read-only IMAP folder(s) and NNTP newsgroup(s).