-
```go
$ cat iter_test.go
package inlineiter
import (
"iter"
"testing"
)
var slice = make([]int, 1000)
func TestIterAllocs(t *testing.T) {
tests := []struct {
name string
body f…
-
The formula for calculating t_cmf in adaptive_ashrae.py is t_cmf = 0.31 * t_running_mean + 17.8, while the formula for calculating tAdaptASHRAE in calcAcomf.R is tAdaptASHRAE = 0.33*tmmo + 17.8, makin…
-
Hello everyone,
I've design an RV64IMAC architecture with M & S Privilege levels supported.
I want to test the S-mode, I see that the assembly generated has S-mode exception handler and stvec handle…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
09636e357913649f4427e30d72217c46341f0103
### Other Environment Infor…
-
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.**
## Test title
Merchant can see T&S and Privacy Policy links with checkbox
## Test path
…
-
Hello!
First of all, thanks a lot for an awesome framework, it adds crucial missing features to the Flutter integration tests thus making our lives much easier
### Steps to reproduce
1) Creat…
-
Original reporter: `JIRAUSER13400`
Affected version: `OTP-21.3`
Component: `eunit`
Migrated from: https://bugs.erlang.org/browse/ERL-1143
---
```
When a parallel test is cancelled by a timeout befo…
-
Hi again!
While testing the Waveform in static method I encountered several issues in the behaviour of seeking, pausing and playing.
* Seeking with a Tap instead of a slide doesn't work properly
…
-
roachtest.kv/gracefuldraining [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/17753221?buildTab=log) with [artifacts](https://teamcity.cockroa…
-
For example:
```haskell
let hook act = do
putStrLn "before"
act
putStrLn "after"
around_ hook $ it "xxx" $ do
let shr = \case
2 -> [1, 0]
…