remove native 'snprintf' calls, improve test coverage
- Replace all native 'snprintf' calls with 'Genode::String'. - Fix ram quotas and libc configs in effected run scripts. - Verify bit-perfect output of lz_rom test with rom_verify. Fix #72
This commit is contained in:
committed by
Norman Feske
parent
78046dfd66
commit
a44aa90660
@@ -63,9 +63,8 @@ append config {
|
||||
<start name="test-libc">
|
||||
<resource name="RAM" quantum="8M"/>
|
||||
<config>
|
||||
<libc stdout="/log" stderr="log">
|
||||
<vfs> <log/> </vfs>
|
||||
</libc>
|
||||
<libc stdout="/log" stderr="log"/>
|
||||
<vfs> <log/> </vfs>
|
||||
</config>
|
||||
</start>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user