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
Also, add test cases and update existing ones.
TEST:
fx set core.x64 --with \
//src/lib/test_ex...
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 agoThis reverts commit 08f0b15d72c8c5479ede74ab671bbea105ca5750.
Reason for revert:
Oops, I misse...
349af3af3b65d6f0941d03fdc3aa5c0cf0bbd788 authored over 4 years ago
Enable the application to read from a stream socket when it is
still in connecting state. TCP ap...
Fix one case where "Thread" was used instead of "Threads".
Bug: 51652
Change-Id: I97a50e0be4a5d...
Be stricter.
See: `gn help check`
See: https://fuchsia-review.googlesource.com/c/infra/recipes/+...
StorageSize was recently introduced to add units of storage to scalar
integers. Store uses this ...
If crash_reports.cmx crashes, the store will need to reinitialize its report
metadata from the e...
- Handle `#[ignore]` tests in Rust test runner.
- Handle statically (`DISABLED_`) and dynamicall...
The template code contains a
FX_LOGS(INFO) << "Hello, ..."
statement but the sanbox does not a...
Also, improve testing ergonomics and correctness with a new
`GroupByTestCase` trait, allowing co...
Host a new feedback-specific instance of archive_accessor which applies the feedback
selectors.
...
This was mostly automated, with one manual change:
* change a helper function: return void not ...
Pinning a zero length range results in potentially inconsistent
semantics compared with non zero...
This adds some additional information to VmObjectPaged::Dump that I
have found useful when debug...
//build/unification/lib's sysroot and toolchain targets are split
into different files as the to...
In the window between where the Fuchsia rev lands, and it's rolled
through GI, sync-from-stem wi...
Change-Id: Iba2f6fd7d27a636d5ff9a8eb7759fb2c40928be4
Reviewed-on: https://fuchsia-review.googles...
After fxr/404917 was landed the tests are still timing out at 30
seconds even though 60 seconds ...
A few tweaks:
- switch gic_version argument to gic-version, both of which are accepted
in qemu 2...
This provides access to x86 Model-Specific Registers in the
lib/arch API. For now, only a few t...
Change-Id: Ia3ad7af85bfa836b13bd5c2a312c8e0bbaad98bb
Reviewed-on: https://fuchsia-review.googles...
This was mostly automated, with some manual changes:
* change helper functions: return void not...
RFC6762 recommends that PTR records have a time-to-live of 120
seconds. The default was previous...
Move the definition of DLOG_KERNEL_OOPS to debug.h so that it's closer
to panic() and rename to ...
Fixed: 53364
Change-Id: Idb36e481d8f0583dc1d8cd1c2358e751c7c54ab9
Reviewed-on: https://fuchsia-r...
Currently virtcon is using fuchsia.device.manager.admin to reboot the device which does
not use ...
This reverts commit 9c519c735e7933c343683b0025bf53d38972b22d.
Reason for revert: There was a un...
27c15a42d7f26c388b64cf5e4ee0228fa3d27cdb authored over 4 years ago
Allow fuchsia.component.runner.ComponentRunner to be routed back to
driver_manager.
Bug: 33183
...
It was completely unused. Also slightly simplify publish_services()
while we're here.
Bug: 3318...
a8cc420c6038406a85d2656a59cc5159b5bd6eea authored over 4 years ago
This change adds descriptors for nodes of various roles to screen reader
output.
TEST: fx test ...
23d306506865d6661cd204f13a944ac8b215fc02 authored over 4 years ago
This header can be used anywhere and by stated policy should not
have been in the x86/ sub-libra...
For values which can be copied (unlike integers), we now use a reference
which avoids a move.
B...
60465c64241d659f652688f0fb2825366d13bc52 authored over 4 years agoe.g.:
ERROR at //zircon/system/ulib/trace-vthread/event_vthread.cc:7:11: Include not allowe...
2b556a202ced24f7e4f797f1eddeae6036653c45 authored over 4 years ago
e.g.:
ERROR at //zircon/system/ulib/fidl-async/include/lib/fidl-async/cpp/bind.h:9:11: Inclu...
filesystem failed in hosts.
Copy 'src' file to minfs-filesystem allways
failed in hosts by minfs...
It's easy to accidentally pass an interface by copy when using the
SCHEDULE_CALL macro. Delete t...
Test: fx test lowpan-tests
Change-Id: I52d89b57fe1ab8544661b9b6715d994e8e7700e3
Reviewed-on: htt...
This actually improve performance by reducing unnecessary contention.
Change-Id: I601ea3053ed8a...
45874143bb41581a08612d113a2e17352010d155 authored over 4 years ago
This change is effectively a no-op from a build perspective. It adds a
'/...' suffix to some pac...
Fixed: 50269
Change-Id: I9112e25336fdcb750791057990b6aa9b053582eb
Reviewed-on: https://fuchsia-r...
Changes to fuchsia.test.{TestCase, RunOptions}.
Bug: 45852
Change-Id: I6d75450adb6fc96f430e8072...
Handle the case, exercised in the set_migrate_fn_test, where the
affinity of a thread changes wh...
In the FIDL decode, there are repeated checks of whether the read offset
exceeds the bounds of t...
This reverts commit cd338d141f80aa58bfdc4b1b52256008510c815f.
Reason for revert: Build broke.
...
631fb7b450b1dfbfcfe0da6076806dfc58bbd624 authored over 4 years ago
Bug: 53364
Change-Id: I5b2cdd6fdb3698e027b32bed4c76e5cf19db3b51
Reviewed-on: https://fuchsia-rev...
Test: Added tests
Change-Id: Iaec75b340f0a12fc3b9dd8e1db7af8c6db538c69
Reviewed-on: https://fuc...
This change turns on the use of the locale ID provided by the system to load the translated stri...
cd338d141f80aa58bfdc4b1b52256008510c815f authored over 4 years agoWe 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
Remove the virtcon port library and replace it
with an async_dispatcher and an async::Loop.
Thi...
428cbdd2568cfe2caf4fcce4ddad3a2a4245600f authored over 4 years agoTestability:added to device-enumeration-test
Manual testing on vim3:
src/graphics/lib/magma/scr...
To help identify channel for packet capture.
Bug: b/160623491
Test: Not needed. Logging change....
The brcmf_fil_iovar_data_get function does its own logging if an iovar
could not be retrieved, s...
These subtargets exposes relevant artifacts via distribution metadata and
allows packages to be ...
The DdkInit() hook is run after automatically after DdkAdd() is called.
By moving the post-add i...
Fixed: 53819
Test: fx test -o setui_service_tests
Change-Id: Ib53e205b86055cc1f7c0cb8253d3bc215...
5157dc31791af55ef01f284e2b21a89a6aef45ac authored over 4 years ago
When removing the hci device, it was possible to call
device_async_remove() after the device had...
ERROR at //zircon/system/ulib/memfs/memfs.cc:10:11: Include not allowed.
#include <lib/m...
This component is not an example, but purely a test component.
Change-Id: I71646ffbaa4178f5b326...
3305d7f0c82206014575097d50c873ea92331bbf authored over 4 years ago
Prior CLs have started to organize integration tests by API, so that,
for example, audio_capture...
These are already the defaults either in Clang, lld or in our build, no
need to specify them her...
This changelist consolidates duplicate code and
removes the need for generics for test setting h...
Change-Id: I28d73a5b5a3fcf5cfb58b3ec5d9903ac411b888b
Reviewed-on: https://fuchsia-review.googles...
When the build arg scenic_display_frame_number=true, Scenic blits
the frame number into rendered...
mini-process and subprocess are circularly dependent because of the
toolchain fussing, so just a...
Tested: fuchsia_inspect_tests
Change-Id: Icd307b3abc5e0d68e27b596162d97cc6e264fd56
Reviewed-on:...
These crates are not used as code, but rather exist to illustrate how cargo-gnaw
works. It's th...
So that the VideoFrameStream can be used by other video encoder tests,
pull into own library. Al...
Change the provider for the system's
fuchsia.hardware.power.statecontrol.Admin from driver_manag...
metrics test was using a sleep to account for the background metrics
collection started by fx. T...
This is a short term mitigation for fxbug.dev/55673. A future change
will address the issue sys...
Change-Id: Idcf649e2292fa95b89ee65368e87f36e4083b2c7
Reviewed-on: https://fuchsia-review.googles...
Bug: 50342
Change-Id: I1700e396564b2c4bcf54841775764222a6a161a9
Reviewed-on: https://fuchsia-rev...
This improves support for Vulkan 1.0, which is the only
version of Vulkan supported by MoltenVK....
Growing the conformance tests to verify enums validation in the Go
bindings.
Bug: 8007
Test: fx...
There were previously two failure modes:
- it symlinked rust-project.json into the cwd rather t...
Made a series of testability improvements for `cargo-gnaw` that allow
its integration tests to r...
Change-Id: I2699b4449f93c7a179f806b58adc6555333ddd53
Reviewed-on: https://fuchsia-review.googles...
Fix a flake caused by incorrectly specifying the upper limit as
an absolute address to zx_vmar_a...
- device_async_remove is used to request the unbinding of the device.
- device_unbind_reply is ...
aa3363a30b6eddc723d05021b81980c7a5a1fe32 authored over 4 years ago
The store uses a simple FIFO-policy garbage collection when there isn't
enough space for a new r...
Fixed: 55699
Change-Id: I1f8cc57c0ae065de2ae75d3474428b5225d7556a
Reviewed-on: https://fuchsia-r...
* all the clients have been migrated to GetBugreport()
Fixed: 41004
Change-Id: I88b9c89b2467768...
Change-Id: I47fca684c2988aaa471da763dfc6b18b37a66f99
Reviewed-on: https://fuchsia-review.googles...
Bug: 50342
Change-Id: Ic7d538e7ea65924b4e6f7ad0fb31d9c3451314a8
Reviewed-on: https://fuchsia-rev...
We missed this back in November:
https://fuchsia-review.googlesource.com/c/fuchsia/+/318745/61/...
74d0a88b6cb4f8696824fbbbb9da9c738bf9ac45 authored over 4 years ago
Running manual unittests of weavestack results in a crash without the
existence of the netstack-...
Move the A2DP source peer into the A2DP library in preparation for
consolidating the A2DP source...
This adds padding masks to the fidl_struct! macro, to apply padding more
directly at specific of...
Leaving the payload unspecified causes LogCobaltEvents to return
fuchsia.cobalt.StatusInvalidArg...
Added a configuration `//src/lib/icu:version` which automatically makes
available the major vers...
Bug: 49001
Change-Id: I2263ceab536048ddbe869eb847bd02fe4795e38a
Reviewed-on: https://fuchsia-rev...
Taking advantage of this change to correct the bug number for FTP-033.
Bug: 7847
Change-Id: Ifb...
While trying to get the Dart fidl_bindings_test running I found that a
lot of checks that have b...
The Decoder currently has an offset field. By moving this off the
object to a method parameter, ...
Emitting an `I_EnumValues` method to retrieve all possible values of an
enum when creating a mar...
If we do not set flags, the C++ VFS (in DirectoryConnection::Open())
will filter out the incomin...
To give slightly more information on why validation failed, print out
the errors returned by val...
MULTIPLY: hwstress_v2_test (fuchsia): 100
Change-Id: I7739f42ff35d0935f100444736916c6179b3c50f
R...
This will skip strings found in any of the provided ExceptBlocks.
Bug: 55632
Change-Id: I5658d7...