Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dahliaOS/fuchsia-pine64-pinephone


https://github.com/dahliaOS/fuchsia-pine64-pinephone

[FTF] Add support for disabled tests to run_test_suite

Also, add test cases and update existing ones.

TEST:
fx set core.x64 --with \
//src/lib/test_ex...

2ee8084795d2b840ead395f916979e3012eda378 authored over 4 years ago
[bluetooth] Add a fuzzer: parsing acl data packet.

I have to reformat some of the code to abstract out the
function that is easy to fuzz.

Tests: M...

bea915ba2b573b21f175098dfa5ce5d7593bb950 authored over 4 years ago
Revert "[check] gn gen --check -> gn gen --check=system"

This reverts commit 08f0b15d72c8c5479ede74ab671bbea105ca5750.

Reason for revert:

Oops, I misse...

349af3af3b65d6f0941d03fdc3aa5c0cf0bbd788 authored over 4 years ago
[fdio][bsdsocket_test] Fix stream socket reads.

Enable the application to read from a stream socket when it is
still in connecting state. TCP ap...

5ef0e71ecd405bea41f7173df9bc7dc69186dc42 authored over 4 years ago
[utest][threads] Cleanup: Fix test suite naming to be consistent

Fix one case where "Thread" was used instead of "Threads".

Bug: 51652
Change-Id: I97a50e0be4a5d...

06ae3ba441fb1c67eec415c397d759f36c616369 authored over 4 years ago
[check] gn gen --check -> gn gen --check=system

Be stricter.
See: `gn help check`
See: https://fuchsia-review.googlesource.com/c/infra/recipes/+...

08f0b15d72c8c5479ede74ab671bbea105ca5750 authored over 4 years ago
[feedback] Make use of StorageSize in Database

StorageSize was recently introduced to add units of storage to scalar
integers. Store uses this ...

9896ba6c69dfdccadec912caedc7781fb95f4cb4 authored over 4 years ago
[feedback] Store initializes metadata from existing reports

If crash_reports.cmx crashes, the store will need to reinitialize its report
metadata from the e...

783ff613564fa585e31e65fec14b82e486af2d25 authored over 4 years ago
[FTF] Update test runners to support disabled tests

- Handle `#[ignore]` tests in Rust test runner.
- Handle statically (`DISABLED_`) and dynamicall...

d5eb0b64ebef3fc67b88021bfd1580253d7ac06e authored over 4 years ago
[tools] Fix 'fx create' component v1 sandbox

The template code contains a
FX_LOGS(INFO) << "Hello, ..."
statement but the sanbox does not a...

e392e4fb04f7f2c19a5f0ae8fbfa5047822da81b authored over 4 years ago
[FTF] Update test_executor to support disabled tests

Also, improve testing ergonomics and correctness with a new
`GroupByTestCase` trait, allowing co...

5bc3f4da8c559196c62c68fb09e73ab43f58e759 authored over 4 years ago
[diag_plat][feedback] Host a new archive accessor protocol for feedback.

Host a new feedback-specific instance of archive_accessor which applies the feedback
selectors.
...

d2106f50eed17ec77dbe2a738de8995f28ff6aaa authored over 4 years ago
[utest][memfs] Convert tests to use zxtest instead of unittest

This was mostly automated, with one manual change:
* change a helper function: return void not ...

ecbcb384a044b7740038cf3f80a1ecc5cf686280 authored over 4 years ago
[kernel][vm] Forbid zero length pins

Pinning a zero length range results in potentially inconsistent
semantics compared with non zero...

1900e9dd11ab1c621242faedb14afa96a59e4608 authored over 4 years ago
[kernel][vm] Additional Dump information

This adds some additional information to VmObjectPaged::Dump that I
have found useful when debug...

cac51529ef67d855eb9398c1a287794c9a0c6602 authored over 4 years ago
[build/go] Depend on sysroot runtime libraries

//build/unification/lib's sysroot and toolchain targets are split
into different files as the to...

4dec2200abfda57936d4a033c846c518157c680a authored over 4 years ago
[sync-from-stem] More helpful message if fuchsia rev not found

In the window between where the Fuchsia rev lands, and it's rolled
through GI, sync-from-stem wi...

cd2c5b1b1197665450d661fbd793454d11fa4980 authored over 4 years ago
[flatland] Move display utils to lib/display

Change-Id: Iba2f6fd7d27a636d5ff9a8eb7759fb2c40928be4
Reviewed-on: https://fuchsia-review.googles...

bde055813363f0d7c593ce1798e4e4787ddb9446 authored over 4 years ago
[appmgr] Second attempt to increase timeout

After fxr/404917 was landed the tests are still timing out at 30
seconds even though 60 seconds ...

23da3ef31b277f2374ea194d818490dfd098c1d7 authored over 4 years ago
[fx][qemu] Tweak qemu arguments to be qemu 2.12 and qemu 5 compatible

A few tweaks:
- switch gic_version argument to gic-version, both of which are accepted
in qemu 2...

cdc9836507a6b740d80f65a39ea901ccffc38a60 authored over 4 years ago
[kernel][arch] Add <lib/arch/x86/msr.h> API

This provides access to x86 Model-Specific Registers in the
lib/arch API. For now, only a few t...

7814c0ff9b2087ac5e312974f165815cf60c4246 authored over 4 years ago
[build] Fix trivial typo in comment.

Change-Id: Ia3ad7af85bfa836b13bd5c2a312c8e0bbaad98bb
Reviewed-on: https://fuchsia-review.googles...

9e45420d522334fc0105b2ecd186c7497dd64b4e authored over 4 years ago
[chromeos-disk-setup] Convert tests to use zxtest instead of unittest

This was mostly automated, with some manual changes:
* change helper functions: return void not...

201dac8c1fc4e0861fdc69ad3d73ba4a0bdef06b authored over 4 years ago
[mdns] change default ttl for PTR resources from 4500s to 120s

RFC6762 recommends that PTR records have a time-to-live of 120
seconds. The default was previous...

824e01e762c1ae342326fbe2dfc6f2eef25b9484 authored over 4 years ago
[kernel] Move definition of DLOG_KERNEL_OOPS to debug.h

Move the definition of DLOG_KERNEL_OOPS to debug.h so that it's closer
to panic() and rename to ...

bebdb8a08be32bbcb60c436a7fd3c0e34e42e46b authored over 4 years ago
[modular] Remove old fuchsia.modular.AppConfig struct.

Fixed: 53364
Change-Id: Idb36e481d8f0583dc1d8cd1c2358e751c7c54ab9
Reviewed-on: https://fuchsia-r...

db294b2bfc57c5855830924aad148f3f3c9506a0 authored over 4 years ago
[vc-input] Move to new reboot api

Currently virtcon is using fuchsia.device.manager.admin to reboot the device which does
not use ...

47ce100fe0c4f039d23b56befdb321a847594008 authored over 4 years ago
Reland "[settings] Remove deprecated watch for Audio"

This reverts commit 9c519c735e7933c343683b0025bf53d38972b22d.

Reason for revert: There was a un...

27c15a42d7f26c388b64cf5e4ee0228fa3d27cdb authored over 4 years ago
[svchost] Allow ComponentRunner to be routed

Allow fuchsia.component.runner.ComponentRunner to be routed back to
driver_manager.

Bug: 33183
...

cb9e9c350cc44ec6791580b013663093d1d10af8 authored over 4 years ago
[svchost] Remove unused publish_remote_service()

It was completely unused. Also slightly simplify publish_services()
while we're here.

Bug: 3318...

a8cc420c6038406a85d2656a59cc5159b5bd6eea authored over 4 years ago
[a11y][annotation] Adds node descriptor utterances to screen reader.

This change adds descriptors for nodes of various roles to screen reader
output.

TEST: fx test ...

23d306506865d6661cd204f13a944ac8b215fc02 authored over 4 years ago
[kernel][arch] Move <lib/arch/x86/descriptor.h> out of x86/ sub-library

This header can be used anywhere and by stated policy should not
have been in the x86/ sub-libra...

0d4afc9ae818d538ea5dba0ea14bca2fb1817d13 authored over 4 years ago
[fidl][llcpp] trivial copy for ResultOf arguments

For values which can be copied (unlike integers), we now use a reference
which avoids a move.

B...

60465c64241d659f652688f0fb2825366d13bc52 authored over 4 years ago
[check-system] Make trace-vthread check-system clean

e.g.:

ERROR at //zircon/system/ulib/trace-vthread/event_vthread.cc:7:11: Include not allowe...

2b556a202ced24f7e4f797f1eddeae6036653c45 authored over 4 years ago
[check-system] Make fidl-async check-system clean

e.g.:
ERROR at //zircon/system/ulib/fidl-async/include/lib/fidl-async/cpp/bind.h:9:11: Inclu...

6524565680c262c9162dc8796fe3eaa3d205c065 authored over 4 years ago
[zircon] [minfs] Fix Copy 'src' file to minfs

filesystem failed in hosts.

Copy 'src' file to minfs-filesystem allways
failed in hosts by minfs...

0a120bf41934b790879083e1c7888c439fb7ed18 authored over 4 years ago
[brcmfmac] Delete SimInterface copy constructor

It's easy to accidentally pass an interface by copy when using the
SCHEDULE_CALL macro. Delete t...

6abf809c9a40886bfb3a7e97dbbece7c2817a987 authored over 4 years ago
[lowpan][lowpan-spinel-driver] Support for various test interface methods

Test: fx test lowpan-tests
Change-Id: I52d89b57fe1ab8544661b9b6715d994e8e7700e3
Reviewed-on: htt...

108e05a63065e0fbc1dd0f43f1ad613758f50559 authored over 4 years ago
[artifactory] Lower default parallelism to 32

This actually improve performance by reducing unnecessary contention.

Change-Id: I601ea3053ed8a...

45874143bb41581a08612d113a2e17352010d155 authored over 4 years ago
[go] Enable declaration of recursive package in GN

This change is effectively a no-op from a build perspective. It adds a
'/...' suffix to some pac...

6e0654f180ff355a85cb49174f104601dc75d1fb authored over 4 years ago
[archivist] Read from fuchsia.boot.ReadOnlyLog.

Fixed: 50269
Change-Id: I9112e25336fdcb750791057990b6aa9b053582eb
Reviewed-on: https://fuchsia-r...

dfab9d25ace1f6cc317ffb80a41a4a8c5d42bced authored over 4 years ago
[FTF] FIDL changes for supporting disabled tests

Changes to fuchsia.test.{TestCase, RunOptions}.

Bug: 45852
Change-Id: I6d75450adb6fc96f430e8072...

51519b0980727ec9ee37387075ae805ad1725094 authored over 4 years ago
[load-balancer] migrate fn, handle affine change.

Handle the case, exercised in the set_migrate_fn_test, where the
affinity of a thread changes wh...

ec25750cc3043ba31a9c0504eae98c75fca78a20 authored over 4 years ago
[fidl][rust] Add unsafe_decode to avoid redundant bound checks

In the FIDL decode, there are repeated checks of whether the read offset
exceeds the bounds of t...

37bc335460c1f690b4be0f75e6e00d22e048b8a5 authored over 4 years ago
Revert "[a11y] Screen Reader uses the locale ID from the system."

This reverts commit cd338d141f80aa58bfdc4b1b52256008510c815f.

Reason for revert: Build broke.

...

631fb7b450b1dfbfcfe0da6076806dfc58bbd624 authored over 4 years ago
[modular] Convert to using new AppConfig table in sessionmgr.

Bug: 53364
Change-Id: I5b2cdd6fdb3698e027b32bed4c76e5cf19db3b51
Reviewed-on: https://fuchsia-rev...

b7118ad9b10779b1352eae2ce6c5e82933d8118b authored over 4 years ago
[minfs] Use superblock's block_size

Test: Added tests

Change-Id: Iaec75b340f0a12fc3b9dd8e1db7af8c6db538c69
Reviewed-on: https://fuc...

06c938c39baf8d22e1791fd92b1c59a69274537c authored over 4 years ago
[a11y] Screen Reader uses the locale ID from the system.

This change turns on the use of the locale ID provided by the system to load the translated stri...

cd338d141f80aa58bfdc4b1b52256008510c815f authored over 4 years ago
[diagnostics] Include klogs in by_component inspect node in Archivist

We would like to see klog stats in Cobalt and cs --log-stats.

This CL places klog stats next to...

af9c67b23bcd1594c67e6304c73d9321c317eb46 authored over 4 years ago
[virtcon] Use async-dispatcher instead of port

Remove the virtcon port library and replace it
with an async_dispatcher and an async::Loop.

Thi...

428cbdd2568cfe2caf4fcce4ddad3a2a4245600f authored over 4 years ago
[vim3] Add aml-nna driver

Testability:added to device-enumeration-test

Manual testing on vim3:
src/graphics/lib/magma/scr...

a1a4e2cd49678ada736103dd44786e2c06a4e3a2 authored over 4 years ago
[brcmfmac] Show channel in join request in logs

To help identify channel for packet capture.

Bug: b/160623491
Test: Not needed. Logging change....

a13785a6e3dfb4ab9dc87bc69d82ccc4092a14db authored over 4 years ago
[wlan][brcmfmac] Remove extraneous error logging after call to brcmf_fil_iovar_data_get

The brcmf_fil_iovar_data_get function does its own logging if an iovar
could not be retrieved, s...

5e9ebe22503f55d5c9c0cf1a17881a4f130d2c22 authored over 4 years ago
[package] Add subtargets for libraries / resources / manifests.

These subtargets exposes relevant artifacts via distribution metadata and
allows packages to be ...

4e07c3c0dd4c22601f250dadab3510a7cc2bf48a authored over 4 years ago
[i2c-hid] Migrate to new DdkInit/DdkUnbind hooks.

The DdkInit() hook is run after automatically after DdkAdd() is called.
By moving the post-add i...

cb79540950ec0dec7866c8030deb6986ce90e087 authored over 4 years ago
[SetUi] Remove Arc Mutex in RegistryImpl::create

Fixed: 53819
Test: fx test -o setui_service_tests

Change-Id: Ib53e205b86055cc1f7c0cb8253d3bc215...

5157dc31791af55ef01f284e2b21a89a6aef45ac authored over 4 years ago
[bt][hci] Fix use-after-free

When removing the hci device, it was possible to call
device_async_remove() after the device had...

6c76eb37d17e3ff21942e8d8279a9037b7533d6a authored over 4 years ago
[check-system] Make memfs-cpp check-system clean

ERROR at //zircon/system/ulib/memfs/memfs.cc:10:11: Include not allowed.
#include <lib/m...

8082b8c0574d06ceb50d694c330c43a78e5b000d authored over 4 years ago
[iquery] Replace all instances of iquery_example_component with iquery_test_component

This component is not an example, but purely a test component.

Change-Id: I71646ffbaa4178f5b326...

3305d7f0c82206014575097d50c873ea92331bbf authored over 4 years ago
[audio_core][test] Split each test into a different component/executable

Prior CLs have started to organize integration tests by API, so that,
for example, audio_capture...

2ca7c66a6b9ffde57037a8a6f675e462053ea429 authored over 4 years ago
[build] Remove the linker flags from migrated targets

These are already the defaults either in Clang, lld or in our build, no
need to specify them her...

ff0a39a124c5378160fe3c3855c10a47c3857cb7 authored over 4 years ago
[SetUI][core] Cleanup Setting Handler Tests.

This changelist consolidates duplicate code and
removes the need for generics for test setting h...

42cda0edbbce264d4e6fcb43bec6f0814dec11e4 authored over 4 years ago
[fidl][llcpp] rename some templates

Change-Id: I28d73a5b5a3fcf5cfb58b3ec5d9903ac411b888b
Reviewed-on: https://fuchsia-review.googles...

24027938465ae02a560fbfe5debb165a5499e6a8 authored over 4 years ago
[scenic] Fix screenshots with scenic_display_frame_number.

When the build arg scenic_display_frame_number=true, Scenic blits
the frame number into rendered...

3cac4f30a7fec52287418a75f1efc492a2d66903 authored over 4 years ago
[check-system] Make zircon/system/ulib/mini-process check-system clean

mini-process and subprocess are circularly dependent because of the
toolchain fussing, so just a...

59ac8a77415ba6401eca49a59b56efaf5b268750 authored over 4 years ago
[inspect] Make InspectDataFetcher ArchiveAccessor connection configurable

Tested: fuchsia_inspect_tests

Change-Id: Icd307b3abc5e0d68e27b596162d97cc6e264fd56
Reviewed-on:...

e5d89ac71fb4eca03904a74870e52701e3f3a0bf authored over 4 years ago
[cargo-gnaw] Reformat the vendored example crates.

These crates are not used as code, but rather exist to illustrate how cargo-gnaw
works. It's th...

96ded935841feefe66f0cc2c5727a21b876a7cba authored over 4 years ago
[media][test] Pull VideoFrameStream into own library

So that the VideoFrameStream can be used by other video encoder tests,
pull into own library. Al...

1b4beb5ce49940d495801fd3c5489776dde12ea8 authored over 4 years ago
[sys] use the shutdown_shim's statecontrol.Admin

Change the provider for the system's
fuchsia.hardware.power.statecontrol.Admin from driver_manag...

c2689e2b4d47741728d632ab8971acc2670354f2 authored over 4 years ago
[fx][metrics] fix flaky test

metrics test was using a sleep to account for the background metrics
collection started by fx. T...

7df2189d930a6cc7fecfceb57f25c93b88fa5669 authored over 4 years ago
[kernel] Increase OOM reboot timeout to allow serial port to drain

This is a short term mitigation for fxbug.dev/55673. A future change
will address the issue sys...

ab00c0ecbf141a444b1f10cfd8195dee30d5d1b8 authored over 4 years ago
[netstack] cobalt client: log transport errors

Change-Id: Idcf649e2292fa95b89ee65368e87f36e4083b2c7
Reviewed-on: https://fuchsia-review.googles...

ac73c7c9e457dfe9ace16468fb9db965195872c4 authored over 4 years ago
[docs] Also reference a bug for more details

Bug: 50342
Change-Id: I1700e396564b2c4bcf54841775764222a6a161a9
Reviewed-on: https://fuchsia-rev...

691ddccb91eb8f070e952a5f33f7879b51354d16 authored over 4 years ago
[escher] Remove unnecessary use of VkGetBufferMemoryRequirements2KHR.

This improves support for Vulkan 1.0, which is the only
version of Vulkan supported by MoltenVK....

c4b3fd4502a1b54888f6521ee9a36b98bd60dde1 authored over 4 years ago
[gidl] Conformance tests for strict enums

Growing the conformance tests to verify enums validation in the Go
bindings.

Bug: 8007
Test: fx...

fd3fd3ddf07716c6ea47163a6b343024a1496788 authored over 4 years ago
[fx] Make fx args work from anywhere

There were previously two failure modes:
- it symlinked rust-project.json into the cwd rather t...

29715f2297a012f28d3deb498039e93c47ac8e94 authored over 4 years ago
[tools] Add cargo-gnaw to CI

Made a series of testability improvements for `cargo-gnaw` that allow
its integration tests to r...

cde2e022c03a0bd5e94b1b0d9aeb27b1fd8921c7 authored over 4 years ago
[slf4] bump dependency versions

Change-Id: I2699b4449f93c7a179f806b58adc6555333ddd53
Reviewed-on: https://fuchsia-review.googles...

9484d2ab1419068a9d924ad8495907a5bca83405 authored over 4 years ago
[magma] Fix test flake due to incorrect upper limit.

Fix a flake caused by incorrectly specifying the upper limit as
an absolute address to zx_vmar_a...

38d65fbd3afca2b666a354150e64f11609df46ba authored over 4 years ago
[wlanif] Migrate off device_remove_deprecated.

- device_async_remove is used to request the unbinding of the device.

- device_unbind_reply is ...

aa3363a30b6eddc723d05021b81980c7a5a1fe32 authored over 4 years ago
[feedback] Report store does garbage collection

The store uses a simple FIFO-policy garbage collection when there isn't
enough space for a new r...

1886ba68897c33b217e61410cb46dc80d111faf9 authored over 4 years ago
[rust_crates] Update async-trait to 0.1.36

Fixed: 55699
Change-Id: I1f8cc57c0ae065de2ae75d3474428b5225d7556a
Reviewed-on: https://fuchsia-r...

a0b45538ae412dec99afa0c9e9d57b49e9a5d6a2 authored over 4 years ago
[feedback] delete obsolete GetData() method

* all the clients have been migrated to GetBugreport()

Fixed: 41004
Change-Id: I88b9c89b2467768...

9b0d39207df38e6a7cf5cce148b3185afe4d826c authored over 4 years ago
[magma] Add documentation about in-driver unit tests.

Change-Id: I47fca684c2988aaa471da763dfc6b18b37a66f99
Reviewed-on: https://fuchsia-review.googles...

dc86c8cf30645f9e9262f4396e8d937604c7bdfe authored over 4 years ago
[docs] Component index is not supported by the new package & component templates

Bug: 50342
Change-Id: Ic7d538e7ea65924b4e6f7ad0fb31d9c3451314a8
Reviewed-on: https://fuchsia-rev...

739819a215ebbf2aee4a1d84d819ea09193e0e30 authored over 4 years ago
[netstack] check LogCobaltEvents for errors

We missed this back in November:

https://fuchsia-review.googlesource.com/c/fuchsia/+/318745/61/...

74d0a88b6cb4f8696824fbbbb9da9c738bf9ac45 authored over 4 years ago
[weave] Add netstack-debug as a test dependency

Running manual unittests of weavestack results in a crash without the
existence of the netstack-...

7edf5e6b29c86d275f0e53b068d92ddb0ca5d313 authored over 4 years ago
[bt][a2dp] Migrate A2DP source peer to library

Move the A2DP source peer into the A2DP library in preparation for
consolidating the A2DP source...

524140bf121a8701cc86c6c54cc21b98397efe72 authored over 4 years ago
[fidl][rust] Add padding masks to fidl_struct! macro

This adds padding masks to the fidl_struct! macro, to apply padding more
directly at specific of...

82a08f456b3c3ce64995986b376708b91106f96f authored over 4 years ago
[netstack] explicitly set Cobalt event count to 1

Leaving the payload unspecified causes LogCobaltEvents to return
fuchsia.cobalt.StatusInvalidArg...

c754d2fe733b0d260ddc284b405ef2c8810af8c9 authored over 4 years ago
[icu] Automate ICU major version uprevs.

Added a configuration `//src/lib/icu:version` which automatically makes
available the major vers...

c301a28e97af8a1af140c4c60727ec3a50cf8611 authored over 4 years ago
[logging] Delete fx_log_reset_global_for_testing

Bug: 49001
Change-Id: I2263ceab536048ddbe869eb847bd02fe4795e38a
Reviewed-on: https://fuchsia-rev...

0b89dd4e3107bee63279e70ea417327091832da7 authored over 4 years ago
[fidl][go] Disable flexible enum conformance tests

Taking advantage of this change to correct the bug number for FTP-033.

Bug: 7847
Change-Id: Ifb...

c86e56db2b31f52e7d1633a0be13fc9a7f15a757 authored over 4 years ago
[gidl][dart] Disable failing GIDL checks for Dart

While trying to get the Dart fidl_bindings_test running I found that a
lot of checks that have b...

84de5d16f1bdfed57f6dadf0987de6094ae58130 authored over 4 years ago
[fidl][rust] Move 'offset' to decode method parameter

The Decoder currently has an offset field. By moving this off the
object to a method parameter, ...

8575deb1a80bf86f3b4d931196f8be4d361aad34 authored over 4 years ago
[fidl][go] Validate enums in Go bindings

Emitting an `I_EnumValues` method to retrieve all possible values of an
enum when creating a mar...

f48057b60483067d3d36539ad18e62a671be7a8e authored over 4 years ago
[components] Set flags and mode when using runners

If we do not set flags, the C++ VFS (in DirectoryConnection::Open())
will filter out the incomin...

91160a4273174abb21a6692062b95f25dd803834 authored over 4 years ago
[components] Print create_child validation failure

To give slightly more information on why validation failed, print out
the errors returned by val...

d0dc46e78bde87420c262bd14f185a1dcf7ce58b authored over 4 years ago
[hwstress] Add flash stress test

MULTIPLY: hwstress_v2_test (fuchsia): 100
Change-Id: I7739f42ff35d0935f100444736916c6179b3c50f
R...

d061174f807cf530d45518501be903a61567d547 authored over 4 years ago
[tefmocheck] Support multiple ExceptBlocks.

This will skip strings found in any of the provided ExceptBlocks.

Bug: 55632
Change-Id: I5658d7...

65358a40ec791a4f2bad1417fd8d2c78e02c8dc1 authored over 4 years ago