-
```
GYP_DEFINES="OS=android target_arch=ia32 android_full_debug=1"
GYP_CROSSCOMPILE=1 ./gyp_libyuv
ninja -j7 -C out/Debug libyuv_unittest_apk
[147/187] CXX obj/source/libyuv.row_gcc.o
FAILED:
/usr…
-
```
GYP_DEFINES="OS=android target_arch=ia32 android_full_debug=1"
GYP_CROSSCOMPILE=1 ./gyp_libyuv
ninja -j7 -C out/Debug libyuv_unittest_apk
[147/187] CXX obj/source/libyuv.row_gcc.o
FAILED:
/usr…
-
```
GYP_DEFINES="OS=android target_arch=ia32 android_full_debug=1"
GYP_CROSSCOMPILE=1 ./gyp_libyuv
ninja -j7 -C out/Debug libyuv_unittest_apk
[147/187] CXX obj/source/libyuv.row_gcc.o
FAILED:
/usr…
-
This is a tracking issue for the effort to standardize bespoke test reporting in flutter/flutter test.dart.
- [ ] Refactor of suite runner logic in order to separate runner logic from testing
…
-
I'm encountering a problem when running tns prepare.
**_This is the message_**
Failed to build plugin nativescript-admob :
Error: Command gradlew.bat failed with exit code 1 Error output:
FAIL…
-
## The problem
I am unable to pool the devices on selenium grid for parallel testing. I have 2 real mobile devices connected to my grid and i want the grid to pick a device based on availablity. I …
-
![image](https://github.com/react-native-linear-gradient/react-native-linear-gradient/assets/91308599/1cf4a129-2d55-44e8-a368-cfd12480ae7e)
'BVLinearGradient' is not fabric compatible yet
"r…
-
I have added this plugin to a project which has 2 modules, one app and another library type.
The plugin is only accessing app module, and not the library module, even though the plugin was added t…
-
- [x] Manifest with kernel, vendor, device tree
- [x] Setup kernel defconfig for hybris-boot
- [x] Build `hybris-boot` and `system.img`
- [x] Flash and test with reference rootfs
- [x] Have a …
-
### Description
In IOS the TextInput component does not update properly the style when copy and pasted string is bigger then `maxLength`, issue does not happen on Android. In the minimal reproducible…