mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
windows: fixed SHA256_TEXT daml-lf/interpreter test; less tools in dadew (#400)
This commit is contained in:
parent
bc5a543177
commit
5989549081
4
.dadew
4
.dadew
@ -11,8 +11,6 @@
|
||||
"vcredist-14.0.23026",
|
||||
"bazel",
|
||||
"nodejs-10.12.0",
|
||||
"pester-4.4.2",
|
||||
"python-3.6.7",
|
||||
"pipenv-2018.11.26"
|
||||
"python-3.6.7"
|
||||
]
|
||||
}
|
||||
|
@ -77,6 +77,7 @@ function build-full() {
|
||||
bazel test `
|
||||
//daml-lf/data/... `
|
||||
//daml-lf/interface/... `
|
||||
//daml-lf/interpreter/... `
|
||||
//daml-lf/lfpackage/... `
|
||||
//daml-lf/parser/... `
|
||||
//daml-lf/validation/... `
|
||||
@ -89,9 +90,6 @@ function build-full() {
|
||||
//pipeline/samples/bazel/haskell/...
|
||||
}
|
||||
|
||||
# FIXME: one of tests fails
|
||||
#bazel test //daml-lf/interpreter/...
|
||||
|
||||
# FIXME:
|
||||
# @haskell_c2hs//... `
|
||||
#ERROR: C:/users/vssadministrator/_bazel_vssadministrator/w3d6ug6o/external/haskell_c2hs/BUILD.bazel:16:3: unterminated string literal at eol
|
||||
|
@ -321,7 +321,9 @@ class SBuiltinTest extends FreeSpec with Matchers with TableDrivenPropertyChecks
|
||||
|aliquip ex ea commodo consequat. Duis aute irure dolor in
|
||||
|reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
|
||||
|pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
|
||||
|culpa qui officia deserunt mollit anim id est laborum...""".stripMargin ->
|
||||
|culpa qui officia deserunt mollit anim id est laborum..."""
|
||||
.replaceAll("\r", "")
|
||||
.stripMargin ->
|
||||
"c045064089460b634bb47e71d2457cd0e8dbc1327aaf9439c275c9796c073620",
|
||||
"a¶‱😂" ->
|
||||
"8f1cc14a85321115abcd2854e34f9ca004f4f199d367c3c9a84a355f287cec2e"
|
||||
|
Loading…
Reference in New Issue
Block a user