Kendal Harland

Results 10 issues of Kendal Harland

Remove useless `assert(_asyncErrors.isEmpty)` from `microLeap`. - asynchronous errors no longer fail to re-throw when running in checked mode. Closes #1739

cla: yes

From: angular.dart/lib/mock/zone.dart : microLeap, line 50 ``` dart microLeap() { while (_asyncQueue.isNotEmpty) { // copy the queue as it may change. var toRun = new List.from(_asyncQueue); _asyncQueue.clear(); // TODO: Support...

This PR avoids hardcoding `macosx` and `darwin` into `DYLD_LIBRARY_PATH`, which becomes part of `LLDB_TEST_COMMON_ARGS` and breaks the LLDB test build on Windows. Related to https://github.com/swiftlang/llvm-project/issues/9141

Filing this issue for Visibility. With the help of @compnerd and a few others, I'm working on getting the LLDB tests up and running for Windows x86_64 builds of the...

This is likely due to some underlying bug in the build/lldb and not the test. This passed in a clean upstream `llvm/llvm-project` build and the test source is identical. ```...

``` ******************** UNRESOLVED: lldb-api :: lang/c/trampoline_stepping/TestTrampolineStepping.py (6 of 2154) ******************** TEST 'lldb-api :: lang/c/trampoline_stepping/TestTrampolineStepping.py' FAILED ******************** Script: -- C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python39_64/python.exe S:/SourceCache/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --inferior-env DYLD_LIBRARY_PATH=S:/b/1/./lib/swift/windows:S:/b/1/./lib/lldb/clang/lib/x86_64-unknown-windows-msvc...

``` ******************** UNRESOLVED: lldb-api :: lang/cpp/bitfields/TestCppBitfields.py (4 of 2154) ******************** TEST 'lldb-api :: lang/cpp/bitfields/TestCppBitfields.py' FAILED ******************** Script: -- C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python39_64/python.exe S:/SourceCache/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --inferior-env DYLD_LIBRARY_PATH=S:/b/1/./lib/swift/windows:S:/b/1/./lib/lldb/clang/lib/x86_64-unknown-windows-msvc...