azure-pipelines.yml                                                           
|   10 ----------
 test/shaping/data/in-house/Makefile.sources                                   
|    2 +-
 test/shaping/data/in-house/fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf 
|binary
 test/shaping/data/in-house/tests/emoji-flag-tags.tests                        
|    2 --
 test/shaping/data/in-house/tests/emoji.tests                                  
|    4 ++++
 5 files changed, 5 insertions(+), 13 deletions(-)

New commits:
commit 81f5eb09eca010337ffb3369000a3d5c1e8e2cda
Author: Behdad Esfahbod <beh...@behdad.org>
Date:   Wed Oct 3 21:30:48 2018 +0200

    Add emoji test for recent work

diff --git a/test/shaping/data/in-house/Makefile.sources 
b/test/shaping/data/in-house/Makefile.sources
index 293bb14f..1f7eff20 100644
--- a/test/shaping/data/in-house/Makefile.sources
+++ b/test/shaping/data/in-house/Makefile.sources
@@ -12,7 +12,7 @@ TESTS = \
        tests/context-matching.tests \
        tests/cursive-positioning.tests \
        tests/default-ignorables.tests \
-       tests/emoji-flag-tags.tests \
+       tests/emoji.tests \
        tests/fallback-positioning.tests \
        tests/fuzzed.tests \
        tests/hangul-jamo.tests \
diff --git 
a/test/shaping/data/in-house/fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf 
b/test/shaping/data/in-house/fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf
new file mode 100644
index 00000000..63c0c71b
Binary files /dev/null and 
b/test/shaping/data/in-house/fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf 
differ
diff --git a/test/shaping/data/in-house/tests/emoji-flag-tags.tests 
b/test/shaping/data/in-house/tests/emoji-flag-tags.tests
deleted file mode 100644
index 189de55a..00000000
--- a/test/shaping/data/in-house/tests/emoji-flag-tags.tests
+++ /dev/null
@@ -1,2 +0,0 @@
-../fonts/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf::U+1F3F4,U+E0055,U+E0053,U+E0064,U+E0065,U+E007F:[u1F3F4=0+2126|space=1+0|space=2+0|space=3+0|space=4+0|space=5+0]
-../fonts/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf::U+1F3F4,U+E0064,U+E0065,U+E007F:[de=0+3200]
diff --git a/test/shaping/data/in-house/tests/emoji.tests 
b/test/shaping/data/in-house/tests/emoji.tests
new file mode 100644
index 00000000..8d9b2541
--- /dev/null
+++ b/test/shaping/data/in-house/tests/emoji.tests
@@ -0,0 +1,4 @@
+../fonts/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf::U+1F3F4,U+E0055,U+E0053,U+E0064,U+E0065,U+E007F:[u1F3F4=0+2126|space=1+0|space=2+0|space=3+0|space=4+0|space=5+0]
+../fonts/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf::U+1F3F4,U+E0064,U+E0065,U+E007F:[de=0+3200]
+../fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf:--font-funcs=ot 
--direction=l:U+1F481,U+1F3FB,U+200D,U+2642,U+FE0F:[gid7=0+2550]
+../fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf:--font-funcs=ot 
--direction=r:U+1F481,U+1F3FB,U+200D,U+2642,U+FE0F:[gid7=0+2550]
commit 9e2824cca0e42a53fafda7b2feb095986df40675
Author: Ebrahim Byagowi <ebra...@gnu.org>
Date:   Wed Oct 3 22:49:02 2018 +0330

    [ci] Delete azure-pipelines
    
    End of experiment, we might get back to it later

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index 08f33ae7..00000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-pool:
-  vmImage: 'Ubuntu 16.04'
-
-steps:
-- script: |
-    sudo apt install -y gcc binutils libtool autoconf automake make pkg-config 
gtk-doc-tools ragel libfreetype6-dev libfontconfig1-dev libglib2.0-dev 
libcairo2-dev libicu-dev libgraphite2-dev python python-pip
-    ./autogen.sh --with-freetype --with-glib --with-cairo --with-icu 
--with-graphite2 --with-fontconfig
-    make -j32
-    make check
-  displayName: 'make'
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to