b6c8bd7a81
On ia32 the CFE will run from a kernel file instead of an AppJit snapshot. This is generally not that fast. In debug mode the JIT will have various additional verifications turned on in the runtime (e.g. flow graph checker runs, ...) - which will make it very slow. So we should give all tests on debug-ia32 extra time. TEST=ci Change-Id: Ia2738a38c5cb50a4e830af23f663f205ab4c6593 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252360 Reviewed-by: Tess Strickland <sstrickl@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com>
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.