mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
0bb3b53194
The test stacktrace_current compares two stack traces by masking any line numbers. With dart2wasm, V8 shows function offsets instead of line numbers, in hex, which causes the test to fail with unrelated changes. This updates the regex to mask hex numbers as well, making the test stable with unrelated dart2wasm changes. Change-Id: I8dd951d4bf29fe39b6ec5d8de7bf2c9c37a5b5b3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275600 Reviewed-by: Aske Simon Christensen <askesc@google.com> Commit-Queue: Ömer Ağacan <omersa@google.com> |
||
---|---|---|
.. | ||
co19 | ||
co19_2 | ||
corelib | ||
corelib_2 | ||
dartdevc | ||
dartdevc_2 | ||
ffi | ||
ffi_2 | ||
language | ||
language_2 | ||
lib | ||
lib_2 | ||
modular | ||
standalone | ||
standalone_2 | ||
web | ||
web_2 | ||
legacy_status_dart2js.csv | ||
OWNERS | ||
README.md |
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.