-
A new builder has been added that runs dart2js_extra tests on dart2js in strong nndb mode. A whole lot of these tests have stopped timing out on dart2js on the builder dart2js-nnbd-linux-x64-chrome on…
-
Please consider adding support to specify string comparison options, to: `Contain()`, `ContainAll()`, `ContainAny()`, `NotContain()`, `NotContainAll()`, `NotContainAny()`.
Then instead of this:
``…
-
### Expected Behavior
Varnish should run the whole test/regression suite on all platforms
### Current Behavior
Several tests in the test suite fail. Example: 01878.vtc
```
ingvar@teie:~/s…
-
Should support 3D points with an arbitrary rank (Nx3)
-
```python
from rocrate.rocrate import ROCrate
from rocrate.model.person import Person
crate = ROCrate()
john = crate.add(Person(crate, "#johndoe"))
jane = crate.add(Person(crate, "#janedoe"))
…
-
**Description**
The Test Case "test_drop_counters.py" in drop_packets skip due to No rif_members available in T0 .
**Steps to reproduce the issue:**
1. Run the test case in a physical DUT.
…
-
# Lines of code
https://github.com/code-423n4/2024-03-coinbase/blob/e0573369b865d47fed778de00a7b6df65ab1744e/src/FreshCryptoLib/FCL.sol#L107
https://github.com/code-423n4/2024-03-coinbase/blob/e05733…
-
In #73440 @StephanTLavavej fixes some of these issue, but the files
std/time/time.syn/formatter.duration.pass.cpp
std/time/time.syn/formatter.file_time.pass.cpp
std/time/time.syn/formatter.hh_mm_…
-
Rust has skirted the edge with various aspects of type classes. In particular, per https://github.com/Ixrec/rust-orphan-rules/issues/1 there have been various explorations of "negative reasoning" and …
-
[The spec](https://webaudio.github.io/web-audio-api/#AudioParam-attributes) says that `playbackRate` and `detune` of BufferSourceNode must be k-rate.
But right now [they](https://github.com/servo/med…