about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests
ModeNameSize
-rw-r--r--README.md556log plain blame
-rw-r--r--eval-okay-arithmetic-float.exp60log plain blame
-rw-r--r--eval-okay-arithmetic-float.nix90log plain blame
-rw-r--r--eval-okay-arithmetic-int.exp42log plain blame
-rw-r--r--eval-okay-arithmetic-int.nix66log plain blame
-rw-r--r--eval-okay-assert-thunk-condition.exp3log plain blame
-rw-r--r--eval-okay-assert-thunk-condition.nix186log plain blame
-rw-r--r--eval-okay-attrs-inherit-literal.exp3log plain blame
-rw-r--r--eval-okay-attrs-inherit-literal.nix86log plain blame
-rw-r--r--eval-okay-attrs-simple-inherit.exp11log plain blame
-rw-r--r--eval-okay-attrs-simple-inherit.nix31log plain blame
-rw-r--r--eval-okay-attrs-update-empty-lhs.exp14log plain blame
-rw-r--r--eval-okay-attrs-update-empty-lhs.nix20log plain blame
-rw-r--r--eval-okay-attrs-update-empty-rhs.exp14log plain blame
-rw-r--r--eval-okay-attrs-update-empty-rhs.nix20log plain blame
-rw-r--r--eval-okay-attrs-update-kv-lhs.exp45log plain blame
-rw-r--r--eval-okay-attrs-update-kv-lhs.nix52log plain blame
-rw-r--r--eval-okay-attrs-update.exp25log plain blame
-rw-r--r--eval-okay-attrs-update.nix32log plain blame
-rw-r--r--eval-okay-builtins-add.exp25log plain blame
-rw-r--r--eval-okay-builtins-add.nix126log plain blame
-rw-r--r--eval-okay-builtins-attrnames.exp145log plain blame
-rw-r--r--eval-okay-builtins-attrnames.nix328log plain blame
-rw-r--r--eval-okay-builtins-attrvalues.exp18log plain blame
-rw-r--r--eval-okay-builtins-attrvalues.nix86log plain blame
-rw-r--r--eval-okay-builtins-bitand.exp20log plain blame
-rw-r--r--eval-okay-builtins-bitand.nix264log plain blame
-rw-r--r--eval-okay-builtins-bitor.exp20log plain blame
-rw-r--r--eval-okay-builtins-bitor.nix256log plain blame
-rw-r--r--eval-okay-builtins-bitxor.exp24log plain blame
-rw-r--r--eval-okay-builtins-bitxor.nix312log plain blame
-rw-r--r--eval-okay-builtins-catAttrs.exp21log plain blame
-rw-r--r--eval-okay-builtins-catAttrs.nix191log plain blame
-rw-r--r--eval-okay-builtins-compareVersions.exp27log plain blame
-rw-r--r--eval-okay-builtins-compareVersions.nix445log plain blame
-rw-r--r--eval-okay-builtins-div.exp26log plain blame
-rw-r--r--eval-okay-builtins-div.nix180log plain blame
-rw-r--r--eval-okay-builtins-elemat.exp22log plain blame
-rw-r--r--eval-okay-builtins-elemat.nix136log plain blame
-rw-r--r--eval-okay-builtins-getattr.exp34log plain blame
-rw-r--r--eval-okay-builtins-getattr.nix240log plain blame
-rw-r--r--eval-okay-builtins-hasattr.exp42log plain blame
-rw-r--r--eval-okay-builtins-hasattr.nix370log plain blame
-rw-r--r--eval-okay-builtins-head.exp12log plain blame
-rw-r--r--eval-okay-builtins-head.nix60log plain blame
-rw-r--r--eval-okay-builtins-length.exp10log plain blame
-rw-r--r--eval-okay-builtins-length.nix97log plain blame
-rw-r--r--eval-okay-builtins-mul.exp14log plain blame
-rw-r--r--eval-okay-builtins-mul.nix88log plain blame
-rw-r--r--eval-okay-builtins-sub.exp25log plain blame
-rw-r--r--eval-okay-builtins-sub.nix126log plain blame
-rw-r--r--eval-okay-builtins-substring.exp89log plain blame
-rw-r--r--eval-okay-builtins-substring.nix782log plain blame
-rw-r--r--eval-okay-builtins-tail.exp16log plain blame
-rw-r--r--eval-okay-builtins-tail.nix60log plain blame
-rw-r--r--eval-okay-builtins-toString.exp142log plain blame
-rw-r--r--eval-okay-builtins-toString.nix548log plain blame
-rw-r--r--eval-okay-builtins-type-of.exp104log plain blame
-rw-r--r--eval-okay-builtins-type-of.nix547log plain blame
-rw-r--r--eval-okay-builtins-type-predicates.exp153log plain blame
-rw-r--r--eval-okay-builtins-type-predicates.nix1051log plain blame
-rw-r--r--eval-okay-closure-self.exp7log plain blame
-rw-r--r--eval-okay-closure-self.nix123log plain blame
-rw-r--r--eval-okay-closure-with-shadowing.exp2log plain blame
-rw-r--r--eval-okay-closure-with-shadowing.nix426log plain blame
-rw-r--r--eval-okay-cmp-float-false.exp76log plain blame
-rw-r--r--eval-okay-cmp-float-false.nix116log plain blame
-rw-r--r--eval-okay-cmp-float-true.exp70log plain blame
-rw-r--r--eval-okay-cmp-float-true.nix116log plain blame
-rw-r--r--eval-okay-cmp-int-false.exp76log plain blame
-rw-r--r--eval-okay-cmp-int-false.nix96log plain blame
-rw-r--r--eval-okay-cmp-int-true.exp70log plain blame
-rw-r--r--eval-okay-cmp-int-true.nix96log plain blame
-rw-r--r--eval-okay-cmp-num-false.exp76log plain blame
-rw-r--r--eval-okay-cmp-num-false.nix104log plain blame
-rw-r--r--eval-okay-cmp-num-true.exp70log plain blame
-rw-r--r--eval-okay-cmp-num-true.nix110log plain blame
-rw-r--r--eval-okay-cmp-str-false.exp76log plain blame
-rw-r--r--eval-okay-cmp-str-false.nix148log plain blame
-rw-r--r--eval-okay-cmp-str-true.exp70log plain blame
-rw-r--r--eval-okay-cmp-str-true.nix148log plain blame
-rw-r--r--eval-okay-concat-lists.exp12log plain blame
-rw-r--r--eval-okay-concat-lists.nix19log plain blame
-rw-r--r--eval-okay-concat-strings.exp14log plain blame
-rw-r--r--eval-okay-concat-strings.nix19log plain blame
-rw-r--r--eval-okay-contains-nested-non-set.exp6log plain blame
-rw-r--r--eval-okay-contains-nested-non-set.nix98log plain blame
-rw-r--r--eval-okay-contains-non-set.exp28log plain blame
-rw-r--r--eval-okay-contains-non-set.nix160log plain blame
-rw-r--r--eval-okay-deeply-nested-attrs.exp71log plain blame
-rw-r--r--eval-okay-deeply-nested-attrs.nix29log plain blame
-rw-r--r--eval-okay-deeply-nested-with-closure.exp12log plain blame
-rw-r--r--eval-okay-deeply-nested-with-closure.nix404log plain blame
-rw-r--r--eval-okay-deeply-nested-with.exp12log plain blame
-rw-r--r--eval-okay-deeply-nested-with.nix102log plain blame
-rw-r--r--eval-okay-deferred-with.exp3log plain blame
-rw-r--r--eval-okay-deferred-with.nix142log plain blame
-rw-r--r--eval-okay-eq-float.exp5log plain blame
-rw-r--r--eval-okay-eq-float.nix11log plain blame
-rw-r--r--eval-okay-eq-int.exp5log plain blame
-rw-r--r--eval-okay-eq-int.nix9log plain blame
-rw-r--r--eval-okay-fib.exp3log plain blame
-rw-r--r--eval-okay-fib.nix110log plain blame
-rw-r--r--eval-okay-fix.exp27log plain blame
-rw-r--r--eval-okay-fix.nix98log plain blame
-rw-r--r--eval-okay-float-repr.exp8log plain blame
-rw-r--r--eval-okay-float-repr.nix61log plain blame
-rw-r--r--eval-okay-lambda-identity.exp3log plain blame
-rw-r--r--eval-okay-lambda-identity.nix65log plain blame
-rw-r--r--eval-okay-late-binding-closure.exp3log plain blame
-rw-r--r--eval-okay-late-binding-closure.nix37log plain blame
-rw-r--r--eval-okay-late-binding.exp3log plain blame
-rw-r--r--eval-okay-late-binding.nix28log plain blame
-rw-r--r--eval-okay-lazy-assert.exp3log plain blame
-rw-r--r--eval-okay-lazy-assert.nix75log plain blame
-rw-r--r--eval-okay-lazy-equality.exp20log plain blame
-rw-r--r--eval-okay-lazy-equality.nix193log plain blame
-rw-r--r--eval-okay-lazy-with.exp3log plain blame
-rw-r--r--eval-okay-lazy-with.nix149log plain blame
-rw-r--r--eval-okay-legacy-let-fix.exp24log plain blame
-rw-r--r--eval-okay-legacy-let-fix.nix81log plain blame
-rw-r--r--eval-okay-legacy-let.exp3log plain blame
-rw-r--r--eval-okay-legacy-let.nix34log plain blame
-rw-r--r--eval-okay-let-identifiers.exp10log plain blame
-rw-r--r--eval-okay-let-identifiers.nix51log plain blame
-rw-r--r--eval-okay-let-inherit-from-later-bound.exp3log plain blame
-rw-r--r--eval-okay-let-inherit-from-later-bound.nix106log plain blame
-rw-r--r--eval-okay-let-inherit.exp2log plain blame
-rw-r--r--eval-okay-let-inherit.nix126log plain blame
-rw-r--r--eval-okay-let-sibling-access.exp2log plain blame
-rw-r--r--eval-okay-let-sibling-access.nix40log plain blame
-rw-r--r--eval-okay-let-useful-plain-inherit-mixed.exp12log plain blame
-rw-r--r--eval-okay-let-useful-plain-inherit-mixed.nix369log plain blame
-rw-r--r--eval-okay-let-useful-plain-inherit.exp2log plain blame
-rw-r--r--eval-okay-let-useful-plain-inherit.nix59log plain blame
-rw-r--r--eval-okay-manual-rec.exp3log plain blame
-rw-r--r--eval-okay-manual-rec.nix161log plain blame
-rw-r--r--eval-okay-multiline-string.exp15log plain blame
-rw-r--r--eval-okay-multiline-string.nix16log plain blame
-rw-r--r--eval-okay-multiple-nested-attrs.exp42log plain blame
-rw-r--r--eval-okay-multiple-nested-attrs.nix28log plain blame
-rw-r--r--eval-okay-mutually-recursive-let-binding.exp25log plain blame
-rw-r--r--eval-okay-mutually-recursive-let-binding.nix112log plain blame
-rw-r--r--eval-okay-ne-int.exp5log plain blame
-rw-r--r--eval-okay-ne-int.nix9log plain blame
-rw-r--r--eval-okay-ne-string.exp5log plain blame
-rw-r--r--eval-okay-ne-string.nix17log plain blame
-rw-r--r--eval-okay-nested-closure.exp3log plain blame
-rw-r--r--eval-okay-nested-closure.nix36log plain blame
-rw-r--r--eval-okay-nested-deferred-upvalue.exp3log plain blame
-rw-r--r--eval-okay-nested-deferred-upvalue.nix113log plain blame
-rw-r--r--eval-okay-nested-has-attrs.exp69log plain blame
-rw-r--r--eval-okay-nested-has-attrs.nix297log plain blame
-rw-r--r--eval-okay-nested-let-slots.exp18log plain blame
-rw-r--r--eval-okay-nested-let-slots.nix372log plain blame
-rw-r--r--eval-okay-nested-let.exp2log plain blame
-rw-r--r--eval-okay-nested-let.nix66log plain blame
-rw-r--r--eval-okay-nested-poisoning.exp3log plain blame
-rw-r--r--eval-okay-nested-poisoning.nix43log plain blame
-rw-r--r--eval-okay-nested-set-thunks.exp3log plain blame
-rw-r--r--eval-okay-nested-set-thunks.nix35log plain blame
-rw-r--r--eval-okay-nested-thunks.exp3log plain blame
-rw-r--r--eval-okay-nested-thunks.nix126log plain blame
-rw-r--r--eval-okay-nested-with.exp2log plain blame
-rw-r--r--eval-okay-nested-with.nix73log plain blame
-rw-r--r--eval-okay-or-operator-default.exp2log plain blame
-rw-r--r--eval-okay-or-operator-default.nix18log plain blame
-rw-r--r--eval-okay-or-operator-nested-default.exp2log plain blame
-rw-r--r--eval-okay-or-operator-nested-default.nix22log plain blame
-rw-r--r--eval-okay-or-operator-nested.exp2log plain blame
-rw-r--r--eval-okay-or-operator-nested.nix22log plain blame
-rw-r--r--eval-okay-or-operator-non-set.exp13log plain blame
-rw-r--r--eval-okay-or-operator-non-set.nix105log plain blame
-rw-r--r--eval-okay-or-operator.exp2log plain blame
-rw-r--r--eval-okay-or-operator.nix18log plain blame
-rw-r--r--eval-okay-overlapping-nested-attrs.exp33log plain blame
-rw-r--r--eval-okay-overlapping-nested-attrs.nix32log plain blame
-rw-r--r--eval-okay-poisoned-scopes.exp10log plain blame
-rw-r--r--eval-okay-poisoned-scopes.nix64log plain blame
-rw-r--r--eval-okay-recursive-attrs-all-features.exp3log plain blame
-rw-r--r--eval-okay-recursive-attrs-all-features.nix101log plain blame
-rw-r--r--eval-okay-simple-closure.exp2log plain blame
-rw-r--r--eval-okay-simple-closure.nix18log plain blame
-rw-r--r--eval-okay-simple-interpol.exp14log plain blame
-rw-r--r--eval-okay-simple-interpol.nix19log plain blame
-rw-r--r--eval-okay-simple-let.exp2log plain blame
-rw-r--r--eval-okay-simple-let.nix31log plain blame
-rw-r--r--eval-okay-simple-nested-attrs.exp21log plain blame
-rw-r--r--eval-okay-simple-nested-attrs.nix14log plain blame
-rw-r--r--eval-okay-simple-recursive-attrs.exp3log plain blame
-rw-r--r--eval-okay-simple-recursive-attrs.nix35log plain blame
-rw-r--r--eval-okay-simple-with.exp2log plain blame
-rw-r--r--eval-okay-simple-with.nix45log plain blame
-rw-r--r--eval-okay-thunked-string-interpolation.exp17log plain blame
-rw-r--r--eval-okay-thunked-string-interpolation.nix142log plain blame
-rw-r--r--eval-okay-thunked-with.exp3log plain blame
-rw-r--r--eval-okay-thunked-with.nix111log plain blame
-rw-r--r--eval-okay-toplevel-finaliser.exp25log plain blame
-rw-r--r--eval-okay-toplevel-finaliser.nix158log plain blame
-rw-r--r--eval-okay-unpoison-scope.exp26log plain blame
-rw-r--r--eval-okay-unpoison-scope.nix125log plain blame
-rw-r--r--eval-okay-useless-inherit-with.exp2log plain blame
-rw-r--r--eval-okay-useless-inherit-with.nix402log plain blame
-rw-r--r--eval-okay-with-closure.exp4log plain blame
-rw-r--r--eval-okay-with-closure.nix117log plain blame
-rw-r--r--eval-okay-with-in-dynamic-key.exp3log plain blame
-rw-r--r--eval-okay-with-in-dynamic-key.nix361log plain blame
-rw-r--r--eval-okay-with-in-list.exp10log plain blame
-rw-r--r--eval-okay-with-in-list.nix262log plain blame
-rw-r--r--identity-bool-false.nix6log plain blame
-rw-r--r--identity-bool-true.nix5log plain blame
-rw-r--r--identity-dollar-escape.nix13log plain blame
-rw-r--r--identity-empty-attrs.nix4log plain blame
-rw-r--r--identity-empty-list.nix4log plain blame
-rw-r--r--identity-flat-attrs.nix36log plain blame
-rw-r--r--identity-float.nix4log plain blame
-rw-r--r--identity-heterogeneous-list.nix23log plain blame
-rw-r--r--identity-homogeneous-float-list.nix18log plain blame
-rw-r--r--identity-homogeneous-int-list.nix22log plain blame
-rw-r--r--identity-homogeneous-string-list.nix20log plain blame
-rw-r--r--identity-int.nix3log plain blame
-rw-r--r--identity-kv-attrs.nix30log plain blame
-rw-r--r--identity-nested-attrs.nix23log plain blame
-rw-r--r--identity-null.nix5log plain blame
-rw-r--r--identity-signed-float.nix5log plain blame
-rw-r--r--identity-signed-int.nix4log plain blame
-rw-r--r--identity-string.nix14log plain blame