Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/2.6.0
/
tools
/
bots
tag
b72f40bd0de13e4fc37aeea39a10412ff28b9c87
tagger
Alexander Thomas <athom@google.com>
Thu Oct 24 15:52:22 2019
object
fccdd5fb429002c6ba6a4f421a48f8465c287aec
2.6.0
2e23776
[dartdevc] Add new bot configuration for nnbd strong
by Nicholas Shahan
· 6 years ago
0cada76
[SDK] Removes dart2aot.
by Clement Skau
· 6 years ago
5f198ae
[vm/benchmarks] Add IsolateSpawn spawn latency and memory benchmarks.
by Alexander Aprelev
· 6 years ago
109e7b0
[vm] Ensure the new arm_x64 architecture will get `$builder_tag == crossword` set
by Martin Kustermann
· 6 years ago
71ecb73
[vm] Fix one MSAN failure; add UBSAN configuration.
by Ryan Macnak
· 6 years ago
8d2eced
[infra] Update tools/bots/README.md
by Karl Klose
· 6 years ago
aece1c1
Update compile_flutter.sh after vm -> frontend_server rename
by Jens Johansen
· 6 years ago
d5feab0
[vm] Create builds for LeakSanitizer, MemorySanitizer and ThreadSanitizer.
by Ryan Macnak
· 6 years ago
db35230
[vm] Test AOT on Android with the 64->32 bit cross-compiler.
by Samir Jindel
· 6 years ago
e919e89
Add an "--nnbd" flag to build.py.
by Robert Nystrom
· 6 years ago
0f7a3cd
[SDK] Adds dart2native to the test_matrix vm-kernel fileset.
by Clement Skau
· 6 years ago
bb600e9
[SDK] Make dart2native default output .exe, not .dart.exe.
by Clement Skau
· 6 years ago
85948bd
[vm/elf] Run strip --strip-unneeded on ELF snapshots during testing.
by Samir Jindel
· 6 years ago
7901c50
[build] Enable ASAN leak detection during the build, not just tests.
by Ryan Macnak
· 6 years ago
9a683de
[vm] Support testing assembly snapshots for ARM.
by Samir Jindel
· 6 years ago
8cbc4f3
[benchmark] Add support for benchmarking DDC.
by Jonas Termansen
· 6 years ago
362ef8e
[vm/aot] Add a custom ELF loader in dart_precompiled_runtime.
by Samir Jindel
· 6 years ago
f546362
[SDK] Adds dart2exe to create standalone executables.
by Clement Skau
· 6 years ago
2a94546
Fix flutter-frontend bot and future problems in flutter HHH bot
by Jens Johansen
· 6 years ago
bd28bad
[dartdevc] add modular tests for old ddc
by Vijay Menon
· 6 years ago
e9c3eeb
[infra] Add handling of signed SDK directories to promote.py
by Alexander Thomas
· 6 years ago
269af10
[infra] With multiple test results, use the first instead of the last in createResultsMap
by Karl Klose
· 6 years ago
b158490
[infra] Add precomp-android-arm64 builder to the test matrix
by Alexander Thomas
· 6 years ago
9cdafb9
[dartdevc] prune unneeded bot configs
by Vijay Menon
· 6 years ago
69c6bea
[ fuzzer ] Fixed analysis warnings in dartfuzz, enabled analysis as part of bot checks
by Ben Konyi
· 6 years ago
d95bb2d
[ package:vm_service ] Analyze package:vm_service on bots
by Ben Konyi
· 6 years ago
27c8d8b
[benchmark] Stop benchmarking fasta in legacy mode.
by Jonas Termansen
· 6 years ago
464cea0
[benchmark] Test dart2js-x continues to work.
by Jonas Termansen
· 6 years ago
208c8dd
[benchmark] Remove SIMDBC benchmark test coverage.
by Jonas Termansen
· 6 years ago
29dc931
[dartdevc] Create a new status file for DDC co19 tests
by Nicholas Shahan
· 6 years ago
2f02836
[benchmark] The large tensorflow models are not needed for benchmarking.
by Jonas Termansen
· 6 years ago
51f4574
Reland "[vm/ffi] Support structs on 32bit architectures"
by Daco Harkes
· 6 years ago
8788d1d
Add a builder for DDK firefox
by Nicholas Shahan
· 6 years ago
e470d0f
[infra] Upgrade firefox and chrome
by Alexander Thomas
· 6 years ago
55f81f2
Mass format python with yapf
by Nate Bosch
· 6 years ago
d89fd68
[infra] Update pub/sub script to send <10MB when message is base64 encoded.
by William Hesse
· 6 years ago
b7eeacf
[infra] Add script to publish results.json to Cloud Pub/Sub
by William Hesse
· 6 years ago
f56a6a4
test_matrix.json changes for simarm_x64
by Liam Appelbe
· 6 years ago
713c222
[bots] Enable co19 tests on dartkb bots
by Alexander Markov
· 6 years ago
5e6b200
[infra] Add previous commit info to results records for new tests
by William Hesse
· 6 years ago
dd59b193
Revert 52cace8160 as it breaks flutter tests on android nexus 5x.
by Alexander Aprelev
· 6 years ago
fedd746
[vm/bytecode] Support multiple entry points when compiling from bytecode
by Alexander Markov
· 6 years ago
fbf13f5
[benchmarks/ffi] Add micro and macro benchmarks for dart:ffi
by Daco Harkes
· 6 years ago
b64ab73
[cfe] Shard front-end tests
by Johnni Winther
· 6 years ago
2e8f642
[dartdevc] shard ddc/ddk tests
by Vijay Menon
· 6 years ago
24d57fb
[benchmark] Add top level benchmarks directory.
by Jonas Termansen
· 6 years ago
83956f4
Revert "[infra] Add error check when adding builder data to test results."
by William Hesse
· 6 years ago
9fd914e
[infra] Add error check when adding builder data to test results.
by William Hesse
· 6 years ago
ec3c878
[infra] Add runtime_kernel target to dart-sdk-win builder
by Alexander Thomas
· 6 years ago
75b83da
[infra] Add dart2js-rti builder to the test matrix
by Alexander Thomas
· 6 years ago
ddfde57
Update File.openRead to return Stream<Uint8List>
by Todd Volkert
· 6 years ago
c92af46
Update HttpRequest and HttpClientResponse to be Stream<Uint8List>
by Todd Volkert
· 6 years ago
829910f
Rate limit the number of gsutil.py subprocesses tools/approve_results.dart spawns
by Martin Kustermann
· 6 years ago
67ae4b3
[dart/fuzzer] Deprecate DBC nightly runs in fuzzer
by Aart Bik
· 6 years ago
16eee4a
[benchmark] Add gen/kernel_service.dill to try_benchmarks.sh.
by Jonas Termansen
· 6 years ago
63b9d00
[infra] Use correct build target for ABI version builder
by Alexander Thomas
· 6 years ago
14fdeb8
[infra] Mark run_abi_tests.py as a custom test runner
by Alexander Thomas
· 6 years ago
99e8a9f
Move the test runner (i.e. "test.dart"/"test.py") to pkg/.
by Robert Nystrom
· 6 years ago
efaec64
Add --use-sdk support for dart2js and ddk modular tests
by Sigmund Cherem
· 6 years ago
f6d67a5
Turn ddc and dart2js modular tests into suites and share their test cases
by Sigmund Cherem
· 6 years ago
182d55d
[dart2js] Add support for BabelJS to test.py
by Alexander Thomas
· 6 years ago
96c2d3c
[dartdevc] enable testing of ddc internals
by Vijay Menon
· 6 years ago
af93ebc
[vm] Direct generation of ELF shared libraries.
by Ryan Macnak
· 6 years ago
fc6954f
[dartdevc] self hosting tests
by Vijay Menon
· 6 years ago
0799ac0
Enforce DDC lints
by Nate Bosch
· 6 years ago
435066d
[infra] Increase number of shards for debug precomp builder.
by William Hesse
· 6 years ago
ff75c98
Remove two generated files unintentionally included in 100244.
by Clement Skau
· 6 years ago
f1fcd89
[SDK] Fix missing argument in tools/bots/dart_sdk.py
by Clement Skau
· 6 years ago
19c2281
[SDK] Adds smoke test for dartaot.
by Clement Skau
· 6 years ago
c14496a
[infra] Prevent front end unit tests from being approved.
by Jonas Termansen
· 6 years ago
6819a4d
test_matrix.json changes for ABI tests
by Liam Appelbe
· 6 years ago
b7375d0
Nit: convert singular tab into spaces in test_matrix.json.
by Clement Skau
· 6 years ago
475c918
[infra] Run analyzer unit tests only on analyzer builders
by Alexander Thomas
· 6 years ago
5319d76
Run ddc worker tests
by Vijay Menon
· 6 years ago
51433e6
Compile flutter tests via the sdk
by Jens Johansen
· 6 years ago
2687486
[SDK] Adds .exe extension for Windows binaries in dart_sdk.py.
by Clement Skau
· 6 years ago
07482ee
[bots] Run all tests on vm-dartkb-* bots
by Alexander Markov
· 6 years ago
907c514
[SDK] Adds build targets, wrappers and SDK builds for Dart AOT.
by Clement Skau
· 6 years ago
a270999
[vm] Support optcounter=1 and randomize it for testing.
by Samir Jindel
· 6 years ago
8754eb1
Test bytecode benchmarks when built with bytecode support.
by Jonas Termansen
· 6 years ago
9a2b222
[infra] dart_sdk builder script won't upload from tryjobs
by William Hesse
· 6 years ago
7f09c40
Add builder tag to dart2js-production-*-d8 and mark
by Mayank Patke
· 6 years ago
9325a31
[infra] Add missing out directories to the "vm-kernel" fileset.
by Ryan Macnak
· 6 years ago
2bc81be
[infra] Some missing interpreter bot configurations.
by Ryan Macnak
· 6 years ago
440d287
[infra] Run pkg/(front_end|kernel) tests only on front-end builders
by Alexander Thomas
· 6 years ago
6907930
[infra] Add a shard to the FFI builders.
by Samir Jindel
· 6 years ago
b2a2c08
[infra] Add --apply-changelist option to apply_preapprovals.
by Jonas Termansen
· 6 years ago
580f44a
[vm] Enable running FFI tests on Android in JIT-mode.
by Samir Jindel
· 6 years ago
98dddc9
[tests] Ensure that --enable-asserts is used whereever checked was used previously
by asiva
· 6 years ago
b60eae4
Test that VM interpreter, bytecode, and unoptimized benchmarks can run.
by Jonas Termansen
· 6 years ago
065910f
[infra] Add support for pre-approvals in approved_results.json.
by Jonas Termansen
· 6 years ago
888596a
Add support for a production dart2js mode in test.dart
by Sigmund Cherem
· 6 years ago
2ddb2d2
Change 'analyze tests co19_2' to use '-asserts'.
by Konstantin Shcheglov
· 6 years ago
8f03ae0
[infra] Add --list-configurations option to test.dart.
by Jonas Termansen
· 6 years ago
567d552
[infra] Add versionchecker and debianpackage to test matrix
by Alexander Thomas
· 6 years ago
95b0e57
[gardening] Disable ASAN's coredump suppression via ASAN_OPTIONS.
by Vyacheslav Egorov
· 7 years ago
1751135
[infra] Increase number of shards on app-* builders
by Alexander Thomas
· 7 years ago
150c58c
[infra] Shard app-kernel tests that were causing timeouts
by William Hesse
· 7 years ago
c921716
Add upload_abi_dills.sh to dart-sdk-linux in test_matrix.json
by Liam Appelbe
· 7 years ago
f46186a
[infra] Fix update_flakiness using wrong key when computing matches.
by Jonas Termansen
· 7 years ago
Next »