repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1901464 part 3: Implement ITextProvider::GetVisibleRanges. r=nlapre
[gecko.git]
/
tools
/
lint
/
test
/
files
/
test-manifest-toml
/
skip-if-explicit-or.toml
blob
082baca3c3db6c14fb649caada9b7bf3c67d74dd
1
[DEFAULT]
2
3
["aaa.js"]
4
skip-if = ["asan || verify"] # should be two lines
5
6
["bbb.js"]
7
skip-if = ["(asan || verify) && os == 'linux'"] # OK