dawn-cmake/src/tests
Corentin Wallez 95586ff184 Add Log.h to replace all uses of iostream
On Android iostream doesn't appear in logcat, the system log that's
often used for printf debugging. Introduce Chromium/ANGLE like logging
that looks like the following:

  InfoLog() << stuff << stuff;

This makes sure the message is put in logcat on Android and removes
static initializers from <iostream>

BUG=dawn:286

Change-Id: Ie0d018f49bcac1a7b740739a6e59d45ae6728638
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14102
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: David Turner <digit@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
2019-12-05 11:13:01 +00:00
..
end2end Use GetBindGroupLayout in TextureViewTests 2019-12-03 21:40:05 +00:00
perf_tests Add Log.h to replace all uses of iostream 2019-12-05 11:13:01 +00:00
unittests Fix a typo in viewport test 2019-11-30 09:04:18 +00:00
white_box Remove WrapVulkanImageOpaqueFD 2019-11-22 21:00:43 +00:00
DawnTest.cpp Add Log.h to replace all uses of iostream 2019-12-05 11:13:01 +00:00
DawnTest.h Add Log.h to replace all uses of iostream 2019-12-05 11:13:01 +00:00
End2EndTestsMain.cpp DawnTest: add a test environment to contain global data. 2019-02-21 16:29:12 +00:00
ParamGenerator.h Add Dawn perf test harness 2019-08-28 23:18:10 +00:00
PerfTestsMain.cpp Add Dawn perf test harness 2019-08-28 23:18:10 +00:00
UnittestsMain.cpp Rename the copyright authors from NXT to Dawn 2018-07-18 22:54:06 +02:00