-
-
So working on the mockito thing, I was hoping to wholesale move some code from one test package into a blackbox test. However it seems that much of their testing code is using their internal package w…
-
We need to decide how we want to define our tests (unit, integration, e2e) in combination with the switch to Java modules. Independent of the test type you can execute tests on the modulepath or on th…
-
### Expected Behavior
should be valid so that plugins like the jacoco aggregate report can aggreate both.
```kts
val test by getting(JvmTestSuite::class) {
testType = TestSuiteType.UN…
-
## 一言でいうと
DeepLearning(DL)Systemに誤った振る舞いを起こさせるような画像を自動的に生成し、ラベル付けができるフレームワークを提案している(論文ではDeepXploreと呼ぶ)。DeepXploreは誤認識画像を生成し、既存のモデルを再度学習させ精度を向上させることに成功している。
### 論文リンク
https://arxiv.org/abs/1705.06…
-
I tried to make earlgrey2 whitebox testing setup work through cocoapods but with no success. Looks like the static libraries are missing and the app is crashing on launch. Sample repo:
https://gith…
-
### Motivation
There was an issue with tt_metal consuming umd, which was surfaced after https://github.com/tenstorrent/tt-umd/pull/277.
The problem is that both tt-metal and umd have common dir, and …
-
I stumbled across the public getter `ParticipantImpl::mesh(...)` when working on the documentation of `ParticipantImpl` in #1249 and think we should remove this getter, because it is only used in test…
-
Hello,
I'm trying to create AWS lambda layer so I can do some testing but I'm really having hard time getting Linux binaries to work. I have slightly modified docker file so I can test my docker bu…
-
There's the "needs testing" label for PRs. Change requests:
* The label is unclear: Does the OP need a tester who looks at the code while testing (**whitebox tester**) or one who does not look at t…