$$ A = \begin{bmatrix} 1 & 1 & -1 \\ -1 & 1 & 1 \\ 1 & -1 & 1 \end{bmatrix} $$
I have the answer, but I don't know the best method.
I've tried decomposition to $PAP^{-1} = B $ where $B$ is diagonal, and then exp$(xA) = P$exp$(xB)P^{-1}$ but it's not working out too well.
The eigen values of $A$ are $1, 1+\sqrt{3}i,1-\sqrt{3}i$. Hence $A$ is diagonalizable. If $v_1,v_2$ and $v_3$ are eigen vectors for $1, 1+\sqrt{3}i,1-\sqrt{3}i$ respectively, then $A=PBP^{-1}$ where $B=diag(1, 1+\sqrt{3}i,1-\sqrt{3}i)$ and $P=(v_1 \; v_2 \; v_3)$. So, $e^{xA}=Pe^{xB}P^{-1}$. Here I have used $e^y=1+y+\frac{y^2}{2!}+...$