v8/test
jfb 4c4fdc2d63 Revert of Fix printf formats (patchset #8 id:140001 of https://codereview.chromium.org/1869433004/ )
Reason for revert:
One small issue easily fixed here: https://codereview.chromium.org/1867333003/

But it looks like MSVS 2013 doesn't like some of the formats and exists with the unhelpful:
Stderr:
f:\dd\vctools\crt\crtw32\stdio\output.c(1125) : Assertion failed: ("Incorrect
format specifier", 0)

It's easier to revert for now, I'll dig more into the docs:
https://msdn.microsoft.com/en-us/library/56e442dc(v=vs.120).aspx
https://msdn.microsoft.com/en-us/library/tcxf1dw6(v=vs.120).aspx

And then resubmit, making sure I run these bots.

Original issue's description:
> Fix printf formats
>
> The usage of __attribute__((format(x, y)) was either wrong or missing from multiple functions, leading to erroneous formats. This CL:
>
>  - Imports PRINTF_FORMAT macro from Chrome's src/base/compiler-specific.h.
>  - Uses it appropriately.
>  - Imports Chrome's base/format_macros.h mainly to fix size_t formats (further cleanup could be done).
>  - Fixes a bunch of incorrect formats.
>
> R= jochen@chromium.org, bmeurer@chromium.org, yangguo@chromium.org, ahaas@chromium.org
>
> Committed: https://crrev.com/6ebf9fbb93d31f9be41156a3325d58704ed4933d
> Cr-Commit-Position: refs/heads/master@{#35365}

TBR=jochen@chromium.org,bmeurer@chromium.org,yangguo@chromium.org,ahaas@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/1867383002

Cr-Commit-Position: refs/heads/master@{#35366}
2016-04-08 18:05:12 +00:00
..
benchmarks
cctest Revert of Fix printf formats (patchset #8 id:140001 of https://codereview.chromium.org/1869433004/ ) 2016-04-08 18:05:12 +00:00
fuzzer Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
intl Allow to pass a user message to assert functions 2016-04-07 08:16:04 +00:00
js-perf-test
memory
message Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +00:00
mjsunit [turbofan] Remove some clever-but-wrong bits from select lowering. 2016-04-08 08:26:13 +00:00
mozilla Pass all parser flags from Parser to PreParser 2016-03-19 00:55:10 +00:00
preparser [testing] Move the last JS tests out of "preparser". 2016-03-14 17:10:49 +00:00
promises-aplus Make test262 test runner check for which exception is thrown 2016-03-14 21:20:37 +00:00
simdjs Make test262 test runner check for which exception is thrown 2016-03-14 21:20:37 +00:00
test262 Further ES2015 RegExp spec compliance fixes 2016-04-04 07:06:18 +00:00
unittests [turbofan] Remove some clever-but-wrong bits from select lowering. 2016-04-08 08:26:13 +00:00
webkit S390: Skip slow test. 2016-04-08 14:15:44 +00:00
bot_default.gyp
bot_default.isolate
default.gyp
default.isolate
ignition.gyp
ignition.isolate [testing] Extend interpreter testing to webkit suite. 2016-03-14 16:12:50 +00:00
optimize_for_size.gyp
optimize_for_size.isolate
perf.gyp
perf.isolate