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
Move thread creation for SystemInstance::ServiceStarter to
SystemInstance. This mirrors the logi...
The formatting of the debug log statement was confusing. This moves the
address outside of the [...
I attempted to test the impact of this change on performance using
iperf3 with induced latency o...
Bug: 52611
Change-Id: I50f61545bdde37871c6b48d8b8f5bcf4f4aa438c
Reviewed-on: https://fuchsia-rev...
Avoid duplicate calls to GetServersCache and duplicate isDead checks.
Change-Id: I1e35005bdb36e...
c23765328039dd0e3380da5007cbbd4a9a9bf854 authored over 4 years ago
cksum library is needed in bootloader for abr support. Currently kernel libc is
also built with ...
Test: fx clean-build of `fx set core.{astro,x64} --release --goma --with //bundles:kitchen_sink`...
8dcbcedfc5ee7853c3593824b62747650488b3af authored over 4 years ago
This is an abstraction wrapping zx::exception that will allow for
easier testing.
Change-Id: Id...
9606163307440fa29e0dd0b7d4f193a17c1314dd authored over 4 years agoBug: 44879
Change-Id: I67e6662f646a8b9c68e47de27ac0183ee2676bc2
Reviewed-on: https://fuchsia-re...
Noticed that fsck-unit-tests are missing some fundamental tests like corrupted superblock
and co...
Change-Id: I1726643e3a547e13d435e8ca7e874c64fb531cd2
Reviewed-on: https://fuchsia-review.googles...
Remove this service from shell/mirror; it is not used.
Change-Id: I098feb21f5a0e0c18f57a187ab56...
f1597634446726341c5d63863a69b8a1c62c49f6 authored over 4 years agoTest: fx clean-build of `fx set core.{astro,x64} --release --goma --with //bundles:kitchen_sink`...
a692ad9b88222d98d01f40332cf219654343eae5 authored over 4 years agoThis reverts commit 96cd46da79c45a6a6928de06c51df15f08762a91.
Reason for revert: We suspect is ...
4a511ad8e89c690115223d2e2d8c272d354806fd authored over 4 years ago
This doesn't get us all the way; wlanstack still depends on
isolated-devmgr, which needs to be u...
Some users need the Weave device certificate in PEM format instead of
the Weave format. This cha...
Change-Id: I200c02c3c86cfd47999f3050863aee3a6b12bffd
Reviewed-on: https://fuchsia-review.googles...
Bug: 42552 #done
Testing: Added mkfs tests to test changed functionality.
Change-Id: I703264d6...
ecd0581cb2cf4badfd09e04bfd5dab230e910d48 authored over 4 years agoUpdated to https://android.googlesource.com/platform/external/avb/+/01553a27989ebcb915bb80dedf9d...
6d60cb7c8963d224250acf2b33d2aeb36c8b1359 authored over 4 years ago
Adds a vector to the exception record to store information for other
threads that were stopped a...
Change-Id: I493871cb4d678b795dfa1bfd8418e2a263a00709
Reviewed-on: https://fuchsia-review.googles...
In order to use the library in gigaboot, ZN build is necessary until
gigaboot is migrated to GN ...
To treat all sysmgr config mismatches against goldens as warnings, do
the following:
fx set ... ...
This is a reland of 01f786959dd38b3e7e786fb1d3b7c47dfd67f0b4. That CL
was reverted as part of a ...
Ran:
git ls-files |grep '\.gni\?$' | xargs -P 100 ./prebuilt/third_party/gn/linux-x64/gn forma...
Users must use "parent" instead.
Change-Id: Ifbfd42e38be4b920a7973c70112591849cf14d34
Reviewed-...
Adds support for Alpha factory store provider to SL4F facade.
Bug: 50585
Test: fx run-test fake...
The crashreporter service is used by power_manager, but it was not
exposed by appmy
Change-Id: ...
f78ad20b010efba3f6d038385325748d2ab3c31c authored over 4 years ago
Bug: 54383
Change-Id: I0e76a76f82879dd7101de73e044faab263da22e6
Reviewed-on: https://fuchsia-rev...
Improving test coverage to narrow down flake sources.
Bug: 49467
Change-Id: Ic51cd79ec7b513b97b...
We can probably do better than this, but it's better than nothing.
For future reference conside...
a333519bf296d3a1dbf49b6a5bbc8cd40d8efb4b authored over 4 years ago
Bug: 55318
Change-Id: Ifc806d48e427c34ccc9bd9c33570650ba5a15e73
Reviewed-on: https://fuchsia-rev...
Previously, NewSFTPClient would try to construct a new SFTP client using
the current underlying ...
When the tool fails to parse GN output, the error message now includes
the raw GN output.
Chang...
0c42a7fda851b24415c77d666cb37f3544067aae authored over 4 years ago
The bt-gatt-svc device and its children are expected to get removed when
the associated GATT ser...
Replace with 'testing' feature where necessary
Change-Id: Idcfd7452073397eef9b1d854053027d2fcab...
c832ce2e5df1f91bb8981fd1501597467958800c authored over 4 years ago
Also, break package tests (e.g., the parser tests) out
so that they can be easily run separately...
This reverts commit 75459a21ad69706d95a7e81888eab0231924dd5c.
Reason for revert: This CL may ha...
96cd46da79c45a6a6928de06c51df15f08762a91 authored over 4 years ago
Fixes the legacy decoder to avoid extra indentation
in outline input arguments.
Change-Id: I623...
55172cc0141d4be05509875248ea8a3aecc375ce authored over 4 years agoto port them to Fuchsia platform
Also fixed fuchsia_platform_alarm_test to take care of edge ca...
57de79ca3d03f4d97148f04d10378ee3b1ddd359 authored over 4 years ago
Bug: b/153551046
Test: fx test pkgctl-integration-tests
Change-Id: I5b7732ccc3cf9a52bd0400598a4e...
This enables StoryPuppetMaster clients, e.g. agents, to get story
annotations and watch for upda...
This also removes a very old check for an initialization order bug. As
we are nearing completion...
This is a reland of a619fd9677c2ca2247382708b9ae465db413c6f0
Original change's description:
> [...
Bug: 52346
Change-Id: I97e3499d759bd1a09d4daf83273e07a052644c51
Reviewed-on: https://fuchsia-rev...
Tests:
No behavior change, existing tests still pass.
fx test dhcpv6-core-test dhcpv6-client-tes...
Change-Id: I6c29cdbc91420f90c99e520eb3f981bba4bf6f4d
Reviewed-on: https://fuchsia-review.googles...
The VP9 decoder has always seen a few spurious interrupts.
This widens the net a little (because...
Change-Id: I908a1789c04784e0ef526c7941e9189092a3f1fe
Reviewed-on: https://fuchsia-review.googles...
Package updates don't work without name resolution.
Change-Id: I6475d8a76b8f0f6f3a87d6810e4b550...
2e9cd0c2f5735fda86d641f450ce40b3c48b5e09 authored over 4 years ago
- Absorb netemul changes and make the tests build
- Add ping3 tests to build graph
- Use .contex...
"parent" is the new terminology.
Change-Id: Iaa722fafe68ad833730af8808fc8bd749b1c3337
Reviewed-...
This should really be using live snippets. But for now just do a spot
fix.
Change-Id: Iede8078d...
bbad202c8a26aa865c4f8dc25718d68a55f45ee4 authored over 4 years ago
This change replaces the test fixture consisting of a real
intl_services.cmx, and its backing se...
Helpers taken from package_manager_test.dart.
Bug: b/158792231
Test: fx run-e2e-tests package_m...
This adds an extra layer of struct with extra fields to traverse which
contributes to the benchm...
Create a new directory, src/media/audio/audio_core/test/api.
Move tests from src/media/audio/aud...
This is being done in favor of the newer fx scrutiny, which currently
has the same functionality...
Modifies legacy decoder to pretty print vectors
in the new format.
Legacy format:
"name:typ...
Change-Id: I5e04484e3039922176fcaf30c670b0aa991b1c83
Reviewed-on: https://fuchsia-review.googles...
This adds LLCPP example code, intending to replace the ones
in garnet/examples. This code will b...
The timeout is increased from 5sec to 10sec.
Bug: 53818
Test: SL4F tests
Change-Id: I25ed101334...
Previously, the async task that owned an in-progress update attempt was
whichever task initiated...
Allows tiles to replace the existing presentation with a new one, rather than failing. This meth...
3f32363aaa264d839d5d94be0383cabe5f7263ec authored over 4 years agoThis involves changing "#if 0" to "#if 1" temporarily.
This is in preparation for converting th...
de7624551577ff3d99fcf93d032dc50a38835bf2 authored over 4 years ago
Reland fxr/396628 with a fix to the tests. The tests were flaky due to
incorrectly relying on th...
Replaced the fixed 10ms timer with a more correct approach to
scheduling frames.
Now when Carne...
93d459956e79c6e6b0d40afba3d3db9b9c9cfc32 authored over 4 years ago
mediaplayer's implementation of fuchsia.media.playback.Player isn't
widely used and, in any case...
Lowers the default inode count and journal size. This
shouldn't affect any boards or products. T...
This reverts commit 1e0858907c6513634e490e20c41e7f1aca8c9635.
Reason for revert: Some configura...
d2f822342caeed05d383371d197ccc2ba3cd1210 authored over 4 years ago
Bug: 54768
Test: `fx test netstack_integration_test`
Multiply: netstack_integration_test: 50
Cha...
Fixed: 53765
Change-Id: I7a328ad918d021184a0d0674d0e4aa0018fe5a65
Reviewed-on: https://fuchsia-r...
This adds example Go code, intending to replace the ones in
garnet/examples. This code will be u...
CML syntax now uses "parent" instead of "realm" to refer to the parent
component. Update the doc...
This adds example Rust code, intending to replace the ones
garnet/examples. This code will be us...
Modifies legacy decoder to pretty print scalar values
in the new format.
Legacy format:
"na...
This change adds the new fuchsia.tee service names to the
use_vp9_decoder_secure_input_output_te...
This is more performance that using memset.
LLCPP/Encode/ByteVector/16/Steps.Encode/WallTime ...
09a0d15517924c66bb911f0ae5ac948e7d1d7504 authored over 4 years ago
Add a small preload buffer to buffer a small amount of audio before
sending the audio data. This...
This structure will allow us to pass more data to a DriverHost. In a
subsequent CL, we will spli...
Creates a new component, bt-profile-test-server, that will be used to serve
the `fuchsia.bluetoo...
Bug: 53741
Test: fx test -o setui_service_tests
Change-Id: Ie784ea396728fceda27dc95ebf2789dbb63...
bf3c5ec5610ffc759a36f60a1512640033ec6329 authored over 4 years ago
Usage:
fx shell run fuchsia-pkg://fuchsia.com/setui_client#meta/setui_client.cmx light -n light_...
* A number of header files, especially all of the dispatchers, included
kernel/mutex.h and fbl...
dumby -> dummy
Test: fx run-tests bt-avrcp-tests
Change-Id: I3364d5fc642cf9ae19f46885baf5c81f13...
Fixes extra level of indentation in outlined output values.
Change-Id: I0aa0055b027ecbb4f5c3542...
1914c67cbc695e70e7e2d37c51af3461dec73aa9 authored over 4 years agoGoma invocations for Mac OSX SDK 11c29 are using the system SDK.
Bug: 55371
Change-Id: Id33e752...
The new test template doesn't let tests log at ERROR, so
we also add a log mechanism that can ca...
This primarly moves the existing Thread::Current interface out, along
with some temporary access...
Bug: 53741
Test: fx test -o setui_service_tests setui_client_interface_tests
setui_client_tests
...
A change to a commonly used developer ProxyCommand caused the -Nf flags
usage to break, requirin...
fatfs doesn't and won't ever support the DirectoryAdmin protocol, so
some tweaks are required ar...
Use 'gn format' in generate.py to ensure that the gn files are well
formatted. It's better than ...
Currently, if the command run by botanist (generally testrunner) fails,
botanist prints a log li...
This change adds the `fuchsia.factory.lowpan` FIDL API, which has the
following new protocols:
...
99d0ff5550cc93d033e80cd541d6aa2a9da3a128 authored over 4 years ago
A copy-paste error left `CmdPropValueSet` with sending the code for
`Cmd::PropValueGet` instead ...
The threads created in the core tests only have a very basic environment
set up, with a program ...
The fuchsia.device.manager.Administrator protocol previously
provided reboot functionality, but ...
This reverts commit a619fd9677c2ca2247382708b9ae465db413c6f0.
Reason for revert: Causes soft re...
37e5c1c4cc64e7e9f23f3910c8f1ab3f1ffca50e authored over 4 years ago
This change modifies GetNextNode() and GetPreviousNode() to return only
nodes that are "describa...