Skip to content

Commit

Permalink
ci: do not run nitc with --colors-are-symbols: it seems broken
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Privat <[email protected]>
  • Loading branch information
privat committed Feb 22, 2019
1 parent 18cff0f commit 20e31bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ bench_fast:
- benchmarks/*.dat
- benchmarks/*.gnu
when: always
allow_failure: true


# MORE TOOLS ########################################################
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/bench_engines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ bench_nitc_options "faster" --erasure --skip-dead-methods --inline-coloring-numb
bench_nitc_options "engine" "" NOALL "--separate" "--erasure" "--separate --semi-global" "--erasure --semi-global" "--erasure --semi-global --rta" "--global"
bench_nitc_options "policy" "" NOALL "--separate" "--erasure" "--separate --no-check-covariance" "--erasure --no-check-covariance --no-check-erasure-cast"
bench_nitc_options "nullables" "" "--no-check-attr-isset" "--no-union-attribute"
bench_nitc_options "linkboost" "" NOALL --trampoline-call --colors-are-symbols "--colors-are-symbols --trampoline-call" "--separate --link-boost" "--separate --colors-are-symbols --guard-call" "--separate --colors-are-symbols --direct-call-monomorph0" "--substitute-monomorph"
#bench_nitc_options "linkboost" "" NOALL --trampoline-call --colors-are-symbols "--colors-are-symbols --trampoline-call" "--separate --link-boost" "--separate --colors-are-symbols --guard-call" "--separate --colors-are-symbols --direct-call-monomorph0" "--substitute-monomorph" # --colors-are-symbols is broken :(
bench_nitc_options "linkboost" "" NOALL --trampoline-call --guard-call --substitute-monomorph
bench_nitc_options "monomorph" "" --direct-call-monomorph0 --direct-call-monomorph

bench_nitc_options "misc" "" --log --typing-test-metrics --invocation-metrics --isset-checks-metrics --tables-metrics --no-stacktrace --release --debug #FIXME add --sloppy
Expand Down

0 comments on commit 20e31bc

Please sign in to comment.