sdk
sdk copied to clipboard
The Dart SDK, including the VM, dart2js, core libraries, and more.
From dart-fuzz bot: ``` Isolate (/b/s/w/it5hl4yuw2/dart_fuzzBGUCLY) NO-FP NO-FFI FLAT : JIT-ReleaseX64 - JIT-ReleaseSIMARM: !DIVERGENCE! 1.101:1728370760 (0 vs -6) fail2: -6 ===== CRASH ===== si_signo=Segmentation fault(11), si_code=SEGV_MAPERR(1), si_addr=0xea8c version=3.9.0-edge (main) (Unknown...
On Android, Fuchsia, Linux and Mac, we generate DWARF. On Windows we should generate PDB.
We can directly produce ELF for Linux, Android and Fuchsia and Mach-O for Mac. For Windows we should support directly producing PE. We can currently indirectly produce such a DLL...
When building SDK from git source, the script [write_revision_file.py](https://github.com/dart-lang/sdk/blob/main/tools/write_revision_file.py) is used to create a `revision` file at the root of SDK. However, if git repo is not available, the revision...
There are new test failures on [[vm] Support assembly output for Windows.](https://github.com/dart-lang/sdk/commit/03301c9bfb94b59f8fbd46d504ef6f7b24be16bf). The tests ``` vm/dart/build_id_test RuntimeError (expected Pass) ``` are failing on configurations ``` vm-aot-asan-win-release-x64 ``` Test [log](https://dart-ci.appspot.com/log/vm-asan-win-release-x64/vm-aot-asan-win-release-x64/23/vm/dart/build_id_test) extract:...
From dart-fuzz bot: ``` ===== CRASH ===== si_signo=Segmentation fault(11), si_code=SEGV_MAPERR(1), si_addr=0x27daadd -- BEGIN REPRODUCE -- DART SDK REVISION: dart runtime/tools/dartfuzz/dartfuzz.dart --no-fp --no-ffi --flat --seed 656373376 fuzz.dart -- RUN 1 --...
On Linux and Mac, to wait for a child process's exit code, dart:io creates a separate thread to call `wait` and separate pipes to communite the result back to epoll...
There are new test failures on [[vm, compiler] Fix incorrect write barrier eliminiation after catch control flow....[analysis_server] Dot shorthands: Go to definition tests.](https://github.com/dart-lang/sdk/compare/560bb8e0aab5e1934aec2461a03f66f3b5d55eca~...caf311f681039229f7bf3e64d0efaf1a9eaf255c). The tests ``` ffi/isolate_group_shared_callback_test/7 Crash (expected Pass)...